Skip to content

Commit

Permalink
rebrand to eth-trie-proofs
Browse files Browse the repository at this point in the history
  • Loading branch information
rkdud007 committed Mar 25, 2024
1 parent 1f88429 commit 0f7a8c8
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 25 deletions.
Binary file added .github/readme.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
42 changes: 21 additions & 21 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[package]
name = "tx-trie"
name = "eth-trie-proofs"
version = "0.1.0"
edition = "2021"
description = "Ethereum Transaction Trie Library"
description = "Ethereum Transaction Trie Proofs"
readme = "README.md"
license-file = "LICENSE"
repository = "https://github.com/HerodotusDev/eth-trie-proofs"
Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# tx-trie: Ethereum Transaction Trie / Transaction Receipt Trie Handler
![](.github/readme.png)

A comprehensive handler for Ethereum transaction tries and transaction receipt tries, tested with various EIPs including Legacy, EIP-2930, EIP-1559, and EIP-4844.
# eth-trie-proofs

A comprehensive proofs handler for Ethereum transaction tries and transaction receipt tries, tested with various EIPs including Legacy, EIP-2930, EIP-1559, and EIP-4844.

## Features

Expand Down

0 comments on commit 0f7a8c8

Please sign in to comment.