Hello
I recently finished learning solidity so, I'm in the process of trying to build a basic bep20 token to gain experience.
which libraries should I use?
I'm trying to code something with just basic functionality.
- it can be transferred from one wallet to the other.
- It can be bought and sold.
- tokens can be minted by the owner..
- Has functionality that only the owner can perform (such as minting tokens)
frangio
2
You should use OpenZeppelin Contracts! You can easily get started with our Contracts Wizard:
Panos1
3
Int the wizard there is no BEP20 option. Do we just leave it to ECR20 or we have to manually change that to bep20?
thank you
Skyge
4
Hi, welcome! 
I think you can deploy your ERC20 contract on the BSC, cause BSC is compatible with the evm.