CREATE YOUR OWN ERC721 NFT TOKENS With Digital Canvas Art
###Software Versions
- node: v14.x -
- npm: 6.x -
- Truffle: v5.x-
- HDWalletProvider needs Infura API,
- HDWalletProvider also needs access to your Metamask, so you need to provide your Metamask-mnemonic
**NOW TRUFFLE CONFIG IS READY Now Install dependencies by using command
run command npm i
npm install -g truffle
Compile it with
truffle compile
andtruffle migrate --reset --network rinkeby
go to http://testnets.opensea.io/ connect it with with same rinkeby network by which you are connected to website **add your art peices on opensea with your smart contract deployed adress. **
run command
npm run start
and yeah you are good to go.
##COMMANDS
npm install
npm install -g truffle
truffle compile
truffle migrate --reset --network rinkeby
npm run start