BSC DAPP Dev Tutorial(2)- How to create a BEP20 Token

BSC DAPP Dev Tutorial Serie http://blog.mathwallet.org/?tag=BSCdapp Develop Environment Please check the BSC DAPP Dev Tutorial(1) http://blog.mathwallet.org/?p=2357 Compile and Deploy Open https://remix.ethereum.org Delete the default files, and create a new file: Token.sol Copy the Token.sol code from below repo https://github.com/mathwallet/BSC-Contracts/blob/main/Contracts/BEP20.sol You need to modify BEP20Token code based on your needs, including name, symbol, decimals, totalSupply Compile: … Continue reading BSC DAPP Dev Tutorial(2)- How to create a BEP20 Token