Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 543 Bytes

File metadata and controls

23 lines (16 loc) · 543 Bytes

ERC20 Implemented in Inline Assembly

Motivation and Background

This repository serves as a learning resource, for developers wishing to learn more about inline assembly.
Note: no "variables" are decleared w/n the contract. For information as to what slots are occupied for storage please reference the variable map at the top of the contract.

Installing Dependencies

Install deps with:
forge install

Running Tests

To run tests open terminal in root and run:
forge test