Post
Topic
Board Altcoin Discussion
Re: [ASK] ErC20 Migration to BEP 20 Tutorial, Please
by
asriloni
on 02/03/2021, 06:37:02 UTC
Both ethereum and BSC are still using solidity as its language but there only thing that make it different should be on the implementation

https://docs.binance.org/smart-chain/developer/issue-BEP20.html

You can try to follow that step to issue your BEP20 token. You can't use the source code that used in the ethereum smartcontract platform for BEP20.
You must create a new one.