OurMetaverseDAO NFT Contract

April 15, 2022 ยท View on GitHub

http://our-metaverse.xyz/

About OurMetaverseDAO NFT Contract

OurMetaverseDAO NFT Contract is a smart contract which deploy on Ethereum. It's based on ERC721, added some new API for web3 creator economy, perhaps ERC721M can be created in the future.

About ERC721M: https://github.com/ourmetaverse/erc721m.

Develop

Parepare

mv .env.sample .env # and modify it when needed
npm i

Local Develop

npm run node
npm run compile
npm run deploy:localhost

Run test

npm test

Deploy to mainnet

npm run deploy:mainnet

Deploy to rinkeby

npm run deploy:rinkeby

Verify source code on rinkeby

npx hardhat verify [your contract address] 'https://our-metaverse.xyz/meta.json#' --network rinkeby

Verify source code on mainnet

npx hardhat verify [your contract address] 'https://our-metaverse.xyz/meta.json#' --network mainnet