Skip to content

Commit 0f7a8c8

Browse files
committed
rebrand to eth-trie-proofs
1 parent 1f88429 commit 0f7a8c8

File tree

4 files changed

+27
-25
lines changed

4 files changed

+27
-25
lines changed

.github/readme.png

1.48 MB
Loading

Cargo.lock

+21-21
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[package]
2-
name = "tx-trie"
2+
name = "eth-trie-proofs"
33
version = "0.1.0"
44
edition = "2021"
5-
description = "Ethereum Transaction Trie Library"
5+
description = "Ethereum Transaction Trie Proofs"
66
readme = "README.md"
77
license-file = "LICENSE"
88
repository = "https://github.com/HerodotusDev/eth-trie-proofs"

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
# tx-trie: Ethereum Transaction Trie / Transaction Receipt Trie Handler
1+
![](.github/readme.png)
22

3-
A comprehensive handler for Ethereum transaction tries and transaction receipt tries, tested with various EIPs including Legacy, EIP-2930, EIP-1559, and EIP-4844.
3+
# eth-trie-proofs
4+
5+
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.
46

57
## Features
68

0 commit comments

Comments
 (0)