Yul By Example
Basically we're trying to make Solidity by example but for Yul.
Required Solidity Version: v0.8.17.
Required SPDX-License-Identifier: MIT
Contracts Implemented so far
- Array
- Bitwise
- Call
- Calldata
- Conditionals
- Counter
- Enums
- Errors
- Ether Wallet
- Events
- FallBack
- For Loop
- Functions
- Hash
- Hello World
- IsContract
- Mapping
- Send Ether
- Signature Verification
- Simple Storage
- Structs
- Types
- Unchecked
- ERC20
Docs
- Array
- Bitwise
- Call
- Calldata
- Conditionals
- Counter
- Enums
- Errors
- Ether Wallet
- Events
- Fallback
- For Loop
- Functions
- Hash
- Hello World
- Is Contract
- Mapping
- Safe Operations
- Send Ether
- Signature Verification
- Simple Storage
- Structs
- Types
- Unchecked
- Yul ERC20
β¨
Contributors
Acknowledgements
These contracts were inspired by or directly modified from many sources, primarily: