Create BEP-20 token on Binance Smart Chain (BSC) in less than a minute
Binance Smart Chain (BSC) is one of the most popular blockchain networks nowadays. With expensive transaction fees on Ethereum network more and more projects choose BSC for their projects.
Making a BEP-20 token natively requires some skills like: smart contract coding, deployment etc.
Today I will show you how to create your own BEP-20 token without coding in less than a minute with https://dappbuilder.org
You will need a DApp browser in a wallet or browser extension to interact with blockchain. I personally prefer Metamask but you can use any other wallet or extension where Binance Smart Chain can be used.
If you are using Metamask but don’t have Binance Smart Chain there you can add it in one click on this page:

Also make sure that your wallet is connected to the website. Use Connect button to check your connection or connect to the website.
There are many kinds of BEP-20 tokens on the site, let’s make a basic fixed supply BEP-20 token.

Here we have a simple form with all the required token parameters: name, symbol, decimals and total supply, and address for sending the tokens.

Fill in the form correctly.
- Name: name for your token (e.g. My Token)
- Symbol: a short symbol (e.g. TKN)
- Total supply: the total quantity of the tokens to be created
- Decimals: figures placed to the right of a decimal point, for example .000000 for 6 decimals and .00 for 2 decimals, maximum is 18
- Send to address: the address where the created tokens will be sent to (by default your wallet address is already there)
When everything is ready, push Create token

Confirm the transaction in wallet

When the transaction is confirmed on the network, your newly created token will appear in the list My tokens. If it does not happen reload the page.

Here you can do the following:
- Click on the token address to see it on BSCSCAN.
- Click Add to add the token to your wallet (if this does not work in your wallet just add it by contract address as any other token).
That is all. The token has been successfully deployed on Binance Smart Chain, and the balance is in your wallet.


Now you can use the token like any other BEP-20 token: send to another address, sell via token sale contract, lock the token, or do whatever you want.