Aboudjem / Yul-ERC20-assembly

A highly efficient ERC20 token implementation in Yul Assembly for Solidity smart contracts.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Solidity 0.8.19 Yul Assembly Foundry Twitter: @adamboudj License: MIT

Yul-ERC20-Assembly πŸ”₯ πŸš€

Welcome to the Yul-ERC20-Assembly repository, a high-performance, low-level ERC-20 token contract written using inline Assembly / Yul for EVM interactions! This project leverages the power of Foundry, a smart contract development toolchain that streamlines your workflow with dependency management, compilation, testing, deployment, and more. ✨

EVM Assembly

πŸ’» What is Yul-ERC20-Assembly?

The Yul-ERC20-Assembly project is a groundbreaking implementation of an ERC20 token contract that utilizes inline Yul Assembly to maximize performance and reduce gas costs. As an amazing and skilled Solidity EVM developer, I've crafted this repository to showcase a unique and efficient approach to token contract development. πŸ’ͺ

Low-level coding

⚑ Features

  • High-performance token contract using Yul Assembly 🏎️
  • Managed by Foundry, a powerful smart contract development toolchain πŸ”§

Optimization

🌟 What's Inside

This project includes:

  • A Yul-based ERC20 token contract πŸ’°
  • Inline assembly (Yul) for an improved developer experience 😎
  • Detailed inline comments and documentation πŸ“š

Contract

πŸš€ Get Started

  1. Clone the repository and run the following commands (compile and run the tests). (This assumes you have foundry installed of course):
git clone https://github.com/aboudjem/Yul-ERC20-Assembly.git
cd Yul-ERC20-Assembly
  1. Compile the contract:
forge compile
  1. Run tests:
forge test

Getting started

πŸ“š Learn More

Dive into the world of Yul Assembly and low-level EVM coding with these helpful resources:

Learning

πŸ‘ Credits

A big shoutout to the creator of this repository (me) for their passion and dedication to pushing the boundaries of smart contract development! πŸ†

Celebrate

πŸ“ License

This project is licensed under the MIT License.

About

A highly efficient ERC20 token implementation in Yul Assembly for Solidity smart contracts.


Languages

Language:Solidity 100.0%