theblockchainchief / web3-hub

Ready to use smart contracts and web3 scripts to ease your Blockchain Development
21 stars 18 forks source link

Create an ERC20 Smart Contract #2

Open mbcse opened 2 years ago

mbcse commented 2 years ago

Create a ERC20 Smart contract, which should be ready to modify and use by anyone. Comment should be properly added to explain what and how changes to be done. Include all features/ functions of ERC20.

AbhinavXT commented 2 years ago

@mbcse Do I need to add unit tests and deployment scripts with the contract?

mbcse commented 2 years ago

@mbcse Do I need to add unit tests and deployment scripts with the contract?

No, It is not Required

RohitSingh107 commented 1 year ago

@mbcse please assign this issue to me

fykaa commented 1 year ago

@RohitSingh107 Let me know the updates asap :)

RohitSingh107 commented 1 year ago

Smart Contract is ready but I was just waiting for this pull request to be merged so that I can learn from that and further improve my contributions. https://github.com/theblockchainchief/web3-hub/pull/33

daredevil3435 commented 1 year ago

@mbcse can you please confirm if my contract is fit for this issue?