Skip to content

Latest commit

 

History

History
61 lines (40 loc) · 1.78 KB

README.md

File metadata and controls

61 lines (40 loc) · 1.78 KB

syslib

Tests Apache2/MIT licensed

Warning

NOT PRODUCTION READY

Solidity libraries to interact with Ethereum system contracts.

Libraries

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"

Installation

Install with Foundry:

$ forge install verklegarden/syslib

Contributing

The project uses the Foundry toolchain. You can find installation instructions here.

Setup:

$ git clone https://github.com/verklegarden/syslib
$ cd syslib/
$ forge install

Safety

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.

License

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.