NFT Token ERC721
NFT's Smart Contract
Copy and modify: Copy the sample code and make the necessary changes as instructed in this documentation. Always do your tests using the testnet network before publishing on mainnet.
All Blockchain
CONNECT
https://dapp.tokenbank.exchange/
Request Body
Name
Type
Description
marketplace*
string
Marketplace smart contract address, the store needs to be associated with the NFT tokens that will be sold, if you don't have the marketplace add any wallet address
owner*
string
Smart contract owner wallet address
name*
string
Name of your NFT tokens
symbol
String
Symbol of your NFT token
Last updated