Ethereum nft marketplace template using react
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
? Clone or fork ethereum-nft-marketplace-template
:
git clone
? Install all dependencies:
cd ethereum-nft-marketplace
yarn install
✏ Rename .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
? Locate the Project Settings in 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
? Sync the ModuleUpdated
event from project contract with your Moralis Server, calling tableName ModuleSync
?♂️ Run your App:
yarn start