Skip to content

Lesson 10 : useMoralis() MoralisProvider configuration settings #2544

Answered by alymurtazamemon
tsuccar asked this question in Q&A
Discussion options

You must be logged in to vote

@tsuccar Hey! Let me clear your queries;

ethers and moralis are not the same thing, ethers just create easy methods and other functionality with that we can easily interact with blockchains, on the other hand, moralis is a database (not just a database do other stuff as well but here we are going to discuss just our use case) that has an ability to listen for our smart contract events and can store that events data into a database.

This initializeOnMount refers to that part, if we just want to use Moralis components and don't want to use their server for any use case then we should pass false in the prop, but we wanna use their server for let's say database, then we have to add our appId

Replies: 4 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@tsuccar
Comment options

@shoaibshebi
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@tsuccar
Comment options

Answer selected by tsuccar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants