Hi there, iām trying to test and build ethereum nft marketplacde boilerplate following: https://github.com/ethereum-boilerplate/ethereum-nft-marketplace-boilerplate
I realized this git project was last dated 2 yrs ago, and not consistent with what Moralis provides now.
- A Moralis server has to be set by oneself, not as mentioned in the docs by clicking some buttons in Moralis. btw, i did this following a tutorial video.
- The deployed marketplace smart contract address and ABI has to be given in MoralisDappProvider.js ā Iām lost here. Since Iām very new in Web 3.0, can anyone help me on how to deploy marketplace smart contract, and hence get its address & ABI?
- Next step: Sync the
MarketItemCreated
event/src/contracts/marketplaceBoilerplate.sol
contract with your Moralis Server, making the tableNameMarketItems
ā Iām also lost with the little details provided. Where should I start? or any tutorials or docs on that?
Please help, and Thanks!