ethereum-marketplace-template
⭐️
Star us
If this boilerplate helps you build Ethereum dapps faster - please star this project, every star makes us very happy!
🚀
Quick Start
ethereum-nft-marketplace-template
:
git clone
cd ethereum-nft-marketplace
yarn install
.env.example
to .env
in the main folder and provide your appId
and serverUrl
from Moralis (How to start Moralis Server) Example:
REACT_APP_MORALIS_APPLICATION_ID = xxxxxxxxxxxx
REACT_APP_MORALIS_SERVER_URL = https://xxxxxx.grandmoralis.com:2053/server
src/components/Admin/index.js
and paste the deployed project smart contract address and chainId
export const ProjectAddress = "" // Project Contract
export const ProjectChainId = "" // Project Chain Id
ModuleUpdated
event from project contract with your Moralis Server, calling tableName ModuleSync
yarn start