Create your own crypto token
How to create your own crypto token on BSC
1. Download MetaMask wallet
Use the MetaMask extension with 6mio+ users
2. Select Binance Smart Chain settings in your MetaMask
3. Fund your wallet with BNB
Funding is necessary in order to pay the gas price to deploy token
4. Copy smart contract on OpenZeppelin
Use OpenZeppelin for verified smart contracts
- Go to https://openzeppelin.com/contracts/
- Copy smart contract
- Go to https://docs.openzeppelin.com/contracts/4.x/wizard
- Adjust ‘Name’: TechVentureBuilder
- Adjust ‘Symbol’: TVB
- Adjust ‘Premint’: 1000000
- Copy smart contract
5. Open up Remix
- Use Remix Ethereum IDE
- http://remix.ethereum.org
- Hint: Use Remix in http instead of https
- Remove ‘s’ and hit ENTER
- Paste smart contract
- BEP-20 Token: Binance Smart Chain https://www.binance.org/
- ERC-20 Token: Ethereum Chain https://ethereum.org/
- KRC-20 Token: KuCoin Chain https://www.kucoin.com/
- TRX-20 Token: Tron Chain https://tron.network/
Token | Chain | Swap |
---|---|---|
ERC-20 token | Ethereum | UniSwap |
BEP-20 token | Binance Smart Chain | PancakeSwap |
KRC-20 token | KuCoin Chain | KoffeeSwap |
Reference: https://www.youtube.com/watch?v=sUg-XFx4xf0