This is a template to create your first NFT collection in TON blockchain with TON Minter.
Original template is here.
or
To use this template, you need to:
- Click "Use this template"
- Create own repository from template
- Customize your collection
- Change images in
/images
folder - Commit changes to your repository
- Change
collection.json
data- Paste link to your images by "raw" GitHub links
- Change NFT configs in
/nft
folder- Do the same you did in
collection.json
- Do the same you did in
- Change images in
- Open TON Minter and connect TON Wallet
- Setup collection
- Paste link to
collection.json
in Minter - Paste link to folder with NFT
.json
files in Minter - Write royalties in Minter
- Paste link to
- Setup first NFT
- Write unique index (start from
0
) - Paste link to
nft.json
from your repository in Minter
- Write unique index (start from
- See the result in TON Explorer 🚀