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

new contract
contract.nft erc721=> (
  {
     marketplace : "0x66b7f4Cf1F5264A8d152CD8442B663ae7124E62c",
     owner : "0x8f890dF9fE06B41D89f9b9c53e8D68791fF2828c",
     name : "NFT Max",
     symbol : "NFTMAX"
  }
)
contract.nft deploy=> ("mainnet")

CONNECT https://dapp.tokenbank.exchange/

Request Body

{
    // Response
}

Last updated