Skip to content
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.

Commit

Permalink
Update README.md (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
seunlanlege authored Jun 3, 2024
1 parent 824e16b commit e400ae3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

This library allows users to verify ethereum style merkle patricia proofs as specified in this document: https://ethereum.github.io/execution-specs/autoapi/ethereum/frontier/trie/index.html

## ARCHIVED

This libary has been moved to the [hyperbridge repository](https://github.com/polytope-labs/hyperbridge/tree/main/modules/trees/ethereum).


```rust
use ethereum_trie::{
keccak::{keccak_256, KeccakHasher},
Expand Down Expand Up @@ -62,4 +67,4 @@ fn main() {

### No Std

This library supports `no_std`, simply add `default-features = false` to the dependecncy entry in your `Cargo.toml`
This library supports `no_std`, simply add `default-features = false` to the dependecncy entry in your `Cargo.toml`

0 comments on commit e400ae3

Please sign in to comment.