theblockchainchief / web3-hub

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

Added ERC20 token basic smart contract #42

Open daredevil3435 opened 1 year ago

daredevil3435 commented 1 year ago

Description

2 is resolved here. The one contract that was present in ERC20 token folder was about swapping.So I added new smart contract in ERC20 folder which demonstrated basic implementation of ERC20 token.

Fixes # (issue)

Blockchain this work is compatible with(Required)

Ethereum

Type of change(Required)

Please delete options that are not relevant.

Checklist(Required):

Output Screenshots(Required)

Put screenshots of output that is generated from your code erc20

0xScratch commented 9 months ago

There wasn't a need to make it right from scratch, you could use Openzeppelin library for ease