Skip to content

iotexproject/badge-nfts

Repository files navigation

badge-nfts

How to deploy your NFT on iotex chain.

  1. Upload your image to IPFS and get a standard json file on IPFS (https://nft.storage/ is recommended to upload)
  2. Edit NFT info here with the IPFS link to the json file
  3. cp .env.template .env and edit .env file with deployer private key
  4. run yarn & yarn deploy:iotex

then you will see deployed contract address

Local Development

The following assumes the use of node@>=12.

Install Dependencies

yarn

Compile Contracts

yarn compile

Run Tests

yarn test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published