Deploying an ERC-20 token on the BSC?

Hey, i have an ERC20 token ( what i mean by that is that the code includes the ERC20 contract and the IERC20 interface) and im looking to deploy on the binance smart chain. Should i replace these with BEP20 and IBEP20 or it doesnt matter?

No, it does not matter. Under the hood, the two blockchains are almost the same except the consensus mechanism and parameters such as gas prices.

3 Likes

Thats what i thought. Why BEP20 exists then? as far as i can tell theres no difference with ERC20

I think BSC was aiming to be perceived as an independent chain.