BSC DAPP Dev Tutorial(3)- How to create a BSC NFT 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 Contract Open https://remix.ethereum.org Delete the default files, and create a new file: NFT.sol Copy the Token.sol code from below repo https://github.com/mathwallet/BSC-Contracts/blob/main/Contracts/NFT.sol You need to modify NFTToken code based on your needs For example, you want to create a […]

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: […]

BSC DAPP Dev Tutorial(1)- BSC Smart Contract Develop Environment

BSC DAPP Dev Tutorial Series http://blog.mathwallet.org/?tag=BSCdapp First, please install the MathWallet Chrome Extension https://mathwallet.org/ In [Settings]-[Networks], open: Binance Smart Chain – Testnet Click Switch Network and select 'Binance Smart Chain – Testnet' Click + button, create a new wallet address Copy the wallet address, and you can get test token in link below: https://testnet.binance.org/faucet-smart Check […]