Marketplace

Ecommerce smart contract for NFT's.

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.

Marketplace code

All Blockchain

new contract
contract.marketplace erc721=> (
  {
     owner : "0x8f890dF9fE06B41D89f9b9c53e8D68791fF2828c",
  }
)
contract.marketplace deploy=> ("mainnet")

CONNECT https://dapp.tokenbank.exchange/

Request Body

{
    // Response
}

Last updated