How to deploy your NFT on iotex chain.
- Upload your image to IPFS and get a standard json file on IPFS (https://nft.storage/ is recommended to upload)
- Edit NFT info here with the IPFS link to the json file
- cp .env.template .env and edit .env file with deployer private key
- run yarn & yarn deploy:iotex
then you will see deployed contract address
The following assumes the use of node@>=12
.
yarn
yarn compile
yarn test