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

Update README.md #4

Merged
merged 1 commit into from
Jun 3, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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`
Loading