Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 902 Bytes

File metadata and controls

18 lines (14 loc) · 902 Bytes

Review Assignment Due Date Open in Visual Studio Code

Assignment 7: ERC20 Token Contract

Objective

Create a simple ERC20 token contract

Steps

  1. Complete the contract located at: src/Assignment7.sol:
  2. Run tests in test file located at: test/Assignment7.t.sol

Note

You have to pass the token name and symbol in the test/Assignment7.t.sol file

Optional

  1. Deploy the token on Sepolia network
  2. Import the token into metamask
  3. Transfer some tokens to a friend's address