Skip to content

Latest commit

 

History

History
85 lines (53 loc) · 2.64 KB

README.md

File metadata and controls

85 lines (53 loc) · 2.64 KB

soledge

NPM CI

Solidity snippets too edgy to be in Solady.

For a future of EVMs fragmentation, where the latest opcodes are not supported on most L2s for years even after their inception on mainnet.

Installation

To install with Foundry:

forge install vectorized/soledge

To install with Hardhat:

npm install soledge

Contracts

The Solidity smart contracts are located in the src directory.

utils
├─ LibT"Transient storage helper"
├─ ReentrancyGuard"Reentrancy guard mixin"
└─ LibString - "Library for converting numbers into strings and other string operations"

Directories