Skip to content

Commit

Permalink
feat(p2p): add explanations to step 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Intermarch3 committed May 19, 2024
1 parent 957c654 commit c0f59dc
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 c0f59dc

Please sign in to comment.