NFT samples for TIP4 standard from itgold team.
- TIP4_1 - Basic NFT implementation of TIP-4.1 standard
- TIP4_2 - NFT implementation of TIP-4.1 standard and TIP-4.2 standard (it store json file onchain)
- TIP4_3 - NFT implementation of TIP-4.1 standard and TIP-4.3 standard (it include onchain indexes for NFT search)
- Standard web token - most popular format NFT include TIP-4.1 standard, TIP-4.2 standard and TIP-4.3 standard
- /demo/Lottery - Modification of Standard web token that include lottery logic
- [/demo/BulkMint](Bulk mint) - Modification of Standard web token that include bulk mint
- Install everdev
npm i -g everdev
everdev sol set --compiler 0.58.1
- Go to Standard web token directory
cd demo/StandardWebToken
- Run
npm install
- Deploy NFT to devnet
npm run-script deploy