Confused about where to start

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.

  1. it can be transferred from one wallet to the other.
  2. It can be bought and sold.
  3. tokens can be minted by the owner..
  4. Has functionality that only the owner can perform (such as minting tokens)

You should use OpenZeppelin Contracts! You can easily get started with our Contracts Wizard:

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

Hi, welcome! :wave:

I think you can deploy your ERC20 contract on the BSC, cause BSC is compatible with the evm.