/BEP20-Smart-Contract

Binance (BEP20) token simple smart contract template using Solidity

Primary LanguageSolidity

BEP20-Smart-Contract

Binance (BEP20) token simple smart contract template using Solidity

This is not an finished project, it provides basic functionality and basic knowladge about building and deploying an smart contract on binance smart chain. Could be used as an quick start boilerplate.


Ussage of this template is free, no license provided.


Simple 5 step setup tutorial:

  1. Deploy, Test and Edit at:

https://remix.ethereum.org/
Create a new file called TokenName.sol, paste Token.sol file contents. set compiler version of solidity to token.sol file version and there you have it!

  1. Get wallet at:

https://metamask.io/

  1. Configure Binance TESTNET on MetaMask:

What you are looking for:

Testnet
Network Name: Smart Chain - Testnet
New RPC URL: https://data-seed-prebsc-1-s1.binance.org:8545/
ChainID: 97
Symbol: BNB
Block Explorer URL: https://testnet.bscscan.com

For more detailed guide checkout:
https://academy.binance.com/en/articles/connecting-metamask-to-binance-smart-chain

  1. Get Binance TESTNET BNB on your wallet at:

https://testnet.binance.org/faucet-smart

  1. Deploy your first contract, play around and make your first transaction!

    1. To deploy the contract click 3rd icon [Deploy & Run Transactions]
    2. Select Injected Web3
    3. Connect with the metamask
    4. Click deploy