Skip to content

Commit

Permalink
Merge pull request #91 from PoCInnovation/p2p/erc20
Browse files Browse the repository at this point in the history
feat(p2p): add explanations to erc20: step 2 workshop
  • Loading branch information
Nfire2103 authored May 19, 2024
2 parents 9d2759c + c0f59dc commit 3b2dc7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions p2p/5.Create_an_ERC-20/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ In this step, you will create the variables, the mappings and the constructor ne
- Initialize `_totalSupply` in the [constructor](https://docs.soliditylang.org/en/v0.8.21/contracts.html#constructor) of the contract.
> ⚠️ Don't forget to assign `_totalSupply` to a wallet and to emit an event
> All the events you need to emit are already defined in the [interface](./utils/IERC20.sol). Find the right one.
### 📚 **Documentation**:

Expand Down

0 comments on commit 3b2dc7a

Please sign in to comment.