Starter project for solidity smart contract
Node.js: ^12.22.3
npm: ^6.14.13
npm i
npm run test
Rinkeby - Ethereum testnet
npm run deploy:rinkeby
BSC testnet
npm run deploy:testnet
Mumbai - Polygon testnet
npm run deploy:mumbai
Ethereum mainnet
npm run deploy:eth
BSC mainnet
npm run deploy:bsc
Polygon mainnet
npm run deploy:polygon
etherscan.io
npx truffle run verify NFT@YOUR_ADDRESS_CONTRACT --network eth
bscscan.com
npx truffle run verify NFT@YOUR_ADDRESS_CONTRACT --network bsc
polygonscan.com
npx truffle run verify NFT@YOUR_ADDRESS_CONTRACT --network polygon