Explore TON Resources and Getgems API
Everything you need to build on The Open Network:
— TON documentation: https://docs.ton.org/
— TON NFT standard (TEP-62): https://github.com/ton-blockchain/TEPs/blob/master/text/0062-nft-standard.md
— Standard NFT and collection contracts from the TON Foundation: https://github.com/ton-blockchain/token-contract/tree/main/nft
— Getgems contracts, including sale contracts: https://github.com/getgems-io/nft-contracts
— Collection and NFT metadata format: https://github.com/getgems-io/nft-contracts/blob/main/docs/metadata.md
— Getgems Read API — floor price of a collection, including by attribute, NFTs currently listed for sale, a user’s NFTs, collection history with sales and mints, and data on a collection or a single item: https://github.com/getgems-io/nft-contracts/blob/main/docs/read-api-en.md
— Getgems Minting API — create NFTs over REST, without interacting with the blockchain directly: https://github.com/getgems-io/nft-contracts/blob/main/docs/minting-api-en.md