Tokenbank v1
  • Tokenbank v1
  • Smart Contract Token
    • Basic Token
    • Smart Token
    • Smart Tokens Samples
      • BSC Scan
      • Polygon
      • Avalanche
      • Cronos
  • Smart Contract NFT
    • Marketplace
    • NFT Token ERC721
  • Token Launchpad
  • Reference
  • Operating blockchain
Powered by GitBook
On this page
  1. Smart Contract NFT

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

Name
Type
Description

owner*

string

Smart contract owner wallet address

{
    // Response
}
PreviousSmart Contract NFTNextNFT Token ERC721

Last updated 2 years ago