Skip to main content

Token

The Token contract is suited for projects in which you want to create your currency. This currency can be purchased and traded between users on an exchange, utilized to buy and sell NFTs in a marketplace, etc.

The Token contract is compliant with the ERC20 standard.

Use Cases & Examples

You could use the Token Drop contract to:

  • Create your own cryptocurrency
  • Sell your NFTs on the Marketplace in your custom token
  • Reward users with tokens for some action they take

Using the Contract in the SDK

This page outlines how you can create and configure your token drop contract using the dashboard.

You can also use our Web3 SDK to create and interact with your contract.

Creating & Configuring the Token Drop

Learn how to create and configure your smart contract using the dashboard.

Creating a Token Drop Contract

Deploy the token drop contract to any of our supported networks using the button below.

Minting Tokens

You can mint new tokens on the dashboard by clicking the Mint button.

Token Dashboard