0xRajkumar / ERC20-In-Yul

Code is mostly written in Yul.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ERC20 Implementation

By studying this code, you can gain valuable insights about YUL, such as how to use loops in inline assembly, how to store and manipulate data when dealing mapping and how calldata works etc.

Install dependencies and Test

forge install
forge test

About

Code is mostly written in Yul.


Languages

Language:Solidity 99.9%Language:Makefile 0.1%Language:Nix 0.0%