A highly efficient ERC20 token implementation in Yul Assembly for Solidity smart contracts.
-
Updated
May 27, 2023 - Solidity
A highly efficient ERC20 token implementation in Yul Assembly for Solidity smart contracts.
Optimizing gas costs is a key challenge in the development of smart contracts on the Ethereum blockchain, as every operation carried out on Ethereum incurs a gas cost.
L'optimisation des coûts en gas est un enjeu clé dans le développement de contrats intelligents sur la blockchain Ethereum, chaque opération effectuée sur Ethereum ayant un coût en gas. Cet article sera aussi l'occasion de fournir du contenu aux lecteurs francophones (🇫🇷).
Defining almost everything about Solidity and Yul assembly
Standard ERC20 token contract built using Yul
The repository provides a comprehensive collection of Solidity Assembly (YUL) opcodes along with illustrative examples. These opcodes serve as building blocks for writing efficient and optimized smart contracts in the Solidity programming language.
The repository contains solutions to Smart Contract Security challenges. These solutions are aimed at addressing and mitigating potential security vulnerabilities in smart contracts, enhancing the overall security and robustness of blockchain-based applications.
This is my personal fork of Patrick Collin's Cyfrin Updraft Solidity Assembly(Yul) and Formal Verification Course; here I make my own personal notes.
A Bridging protocol to move tokens from L1 to L2
MagApe official repository for all smart contracts
A hands-on, practical guide to learning and mastering Yul, an intermediate language for Ethereum.
smart contract optimization using Yul and Solidit
This repository is dedicated to exploring low-level operations in Solidity using Yul, an intermediate language designed for Ethereum smart contract development.
Notes from basic aspects of programming with solidity course by Distributed Lab
Yul is a programming language that can be used to interact with the low level memory, stack in solidity. Yul is very handy during the smart contract audit and yul can be used to implement various types of functions that are hard to implement in solidity.
Create2Factory on SKALE
Implementation of simple smart contracts in Huff, inline Yul, and pure Yul
Add a description, image, and links to the yul-assembly topic page so that developers can more easily learn about it.
To associate your repository with the yul-assembly topic, visit your repo's landing page and select "manage topics."