https://github.com/iotexproject/badge-nfts
https://github.com/iotexproject/badge-nfts
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/iotexproject/badge-nfts
- Owner: iotexproject
- Created: 2021-09-24T01:17:20.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-10-22T10:27:53.000Z (over 1 year ago)
- Last Synced: 2025-08-27T20:55:42.452Z (10 months ago)
- Language: TypeScript
- Size: 942 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# badge-nfts
How to deploy your NFT on iotex chain.
0. Upload your image to IPFS and get a standard json file on IPFS (https://nft.storage/ is recommended to upload)
1. Edit NFT info [here](/deploy/Deploy-BatchMintBadge.js#L11-L13) with the IPFS link to the json file
2. cp .env.template .env and edit .env file with deployer private key
3. 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`