How to create ERC-20/BEP20 token

Instruction

Right now you can create your own BEP20/ERC20 or RFI token in Binance Smart Chain and Polygon.

  1. Go to https://cryptexlock.me/constructor and connect the wallet in the upper right corner.

  2. Next, go to the Contract settings.

  3. Enter the token name in the field, it can contain from 2 to 32 uppercase alphanumeric symbols.

  4. Enter the Token Symbol it can contain from 2 to 10 uppercase alphanumeric characters with no spaces.

  5. Enter β€œTotal Supply” which will be minted during deployment. 10000000 supply will be selected by default.

  6. Read and Accept "Terms and Conditions".

  7. Choose a much more convenient option and tap the β€œcreate contract” button.

  8. Confirm the operation in your opened Metamask field and wait for pending.

  9. Congratulations! Your contract is created! You can see the contract address on BCSscan and the transaction details.

  10. At the top of the screen you can tap the button β€œMy tokens” where you can see all your created tokens and all detailed information.

Last updated