Warning
NOT PRODUCTION READY
Solidity libraries to interact with Ethereum system contracts.
src
├─ BeaconRoots - "Library for the EIP-4788 beacon roots system contract"
├─ ExecutionHashes - "Library for the EIP-2935 execution hashes system contract"
├─ Withdrawals - "Library for the EIP-7002 withdrawals system contract"
└─ Consolidations - "Library for the EIP-7251 consolidations system contract"
Install with Foundry:
$ forge install verklegarden/syslib
The project uses the Foundry toolchain. You can find installation instructions here.
Setup:
$ git clone https://github.com/verklegarden/syslib
$ cd syslib/
$ forge install
This is experimental software and is provided on an "as is" and "as available" basis.
We do not give any warranties and will not be liable for any loss incurred through any use of this codebase.
Licensed under either of Apache License, Version 2.0 or MIT license at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.