Token Listing on Blockchain
How to list token on blockchain
In General
- Write smart contract in solidity
- Deploy smart contract to Ethereum Main Net
- Deploy smart contract to Binance Smart Chain
Deployment Methods
- Centralized Exchange: (expensive)
- Advantage/disadvantage:
- expensive
- for more see ‘Crypto Exchange Comparison’
- Examples:
- Coinbase, Binance
- Advantage/disadvantage:
- Decentralized Exchange: (inexpensive)
- Advantage/disadvantage:
- inexpensive
- anybody can deploy any token to a decentralized exchange
- for more see ‘Crypto Exchange Comparison’
- Examples:
- Ethereum Main Net -> Uniswap with ERC20 Token and own Liquidity Pool
- Binance -> PancakeSwap with BEP20 Token and own Liquidity Pool (cheaper)
- Advantage/disadvantage:
How to list ERC20 token on UniSwap
For Ethereum Main Net, go to
- https://etherscan.io/
- Search for token through transaction hash
Deploy ERC20 token to UniSwap
How to list BEP20 token on PancakeSwap
For Binance, go to
- https://bscscan.com/
- Search for token through transaction hash
Deploy BEP20 token to PancakeSwap
- ->Trade
- ->Liquidity
- ->Add Liquidity
- Paste in contract address of your token
- Specify liquidity pair
Go to info and search for your token name e.g. ‘CWJ’
Reference: https://www.youtube.com/watch?v=KQx3AhmPp6Y