📖
Launchifi Docs
Quick LinksHelp
  • 📖Launchifi Documentation
  • ⚙️Setup
  • 📄Ultimate Guide for Beginners
    • Smart Contracts Explained
    • What is a Dapp?
    • What is Etherscan?
    • P2P NFT Marketplaces
  • 🚀Getting Started with Launchifi
    • Getting Started!
    • Contracts
  • 🤔How to
    • Connect
    • Choosing the Network Chain You Want to Use
    • Choose your contract
    • Upload to IPFS
    • Copy and Deploy
    • Gas Fees
    • Profile page
    • Contract Manager
  • 📃Contract Types
    • Token Contract
    • Standard NFT Collection
    • Low Gas NFT Collection
    • Fungible NFTs
    • Free Mint NFT Collection
    • English Auction
    • Dutch Auction
    • NFT Staking
    • LP Token
  • ⁉️What to Choose
    • ERC20 vs ERC721
    • ERC721A vs ERC721
    • ERC721 vs ERC1155
    • ERC721i
  • 📃Crowdsale
    • Rate Configuration
    • Distribution
    • Token Emission
    • Validation
Powered by GitBook
On this page
  • Contract Details
  • Advanced Setup

Was this helpful?

  1. Contract Types

Token Contract

PreviousContract ManagerNextStandard NFT Collection

Last updated 2 years ago

Was this helpful?

Create your own cryptocurrency (ERC-20)

To create your cryptocurrency

You will have to insert a few parameters:

Contract Details

  • Contract Name - The Name of your smart contract. (Cannot contain spaces or start with a number, i.e. EthereumContract)

  • Token Symbol - The symbol of your cryptocurrency. (i.e ETH,DAI)

  • Token Name - The full name of your currency. (i.e. Ethereum)

Advanced Setup

If you have a more complex idea, you can click on the Advanced Setup then you will be able to:

  • Burnable - Adds a function to burn some tokens to increase its value.

  • Pausable - Adds function to pause the contract functions in case of Hack or else.

  • Premint - Adds a function for the contract owner to mint a certain amount of tokens for themselves.

  • Decimals - Allows you to choose the number of decimals for your token (default is 18).

  • Airdrop - Adds a function to airdrop tokens to community members.

  • Withdraw - Adds a function to withdraw the money that is currently stored on the contract.

  • Max Supply - Gives you the ability to set a max cap of the total supply of tokens.

📃