So I have a working contract code on Remix, but it's written for ERC20 and I need to somehow change it so that it works on BEP20. I'm like really-really new to all of this and can't understand much of Solidity. Sorry if the question is stupid by itself, but I couldn't find any info by myself, so here I am.
I've tried to simply connect some BEP20 files from GitHub, which seem to be essential, and started compiling the code, but obviously it just flooded me with a bunch of different errors. I'd really love if someone could explain what are the main differences between writing code for ERC20 and for BEP20