tom2o17 / AssemblyERC20

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:Solidity 100.0%