General: BEP2E – Issue Token

Compile and Deploy BEP2E Contract

  1. Open Remix IDE: https://remix.ethereum.org
img
  1. Select solidity language
img
  1. Create new contract BEP2EToken.sol and copy contract code from the bep2e token template here
  2. Modify “name”, “symbol”, “decimals” and “totalSupply” according to your requirements.
img
  1. Compile the BEP2E token contract

a. Step1: Click button to switch to compile page

b. Step2: Select “BEP2EToken” contract

c. Step3: Enable “Auto compile” and “optimization”

d. Step4: Click “ABI” to copy the contract abi and save it.

img
  1. Depoy the contract to BSC

a. Step1: Click button to switch to compile button.

b. Step2: Select “Injected Web3”

c. Step3: Select “BEP2EToken”

d. Step4: Client “Deploy” button and Metamask will pop up

img

e. Client “confirm” button to sign and broadcast transaction to BSC.

img