Skip to content

Commit b738fc4

Browse files
committed
readme
1 parent cf9c818 commit b738fc4

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ Minimal library for Ethereum transactions, addresses and smart contracts.
66
- 🔻 Tree-shakeable: unused code is excluded from your builds
77
- 🔍 Reliable: 150MB of test vectors from EIPs, ethers and viem
88
- ✍️ Transactions, addresses, messages
9-
- 🌍 Archive node connector
109
- 🦺 Type-safe ABI, RLP, SSZ, KZG, PeerDAS
10+
- 🌍 Archive node connector
1111
- 🪶 28KB (gzipped) for core+deps. Viem 2 is 93KB, Ethers 6 is 137KB
1212

1313
_Check out all web3 utility libraries:_ [ETH](https://github.com/paulmillr/micro-eth-signer), [BTC](https://github.com/paulmillr/scure-btc-signer), [SOL](https://github.com/paulmillr/micro-sol-signer)
@@ -27,18 +27,18 @@ If you don't like NPM, a standalone [eth-signer.js](https://github.com/paulmillr
2727
- [Transactions: create, sign](#transactions-create-sign)
2828
- [Addresses: create, checksum](#addresses-create-checksum)
2929
- [Messages: sign, verify](#messages-sign-verify)
30-
- Archive node connector
31-
- [Init network](#init-network)
32-
- [Fetch balances and history](#fetch-balances-and-history-from-an-archive-node)
33-
- [Fetch Chainlink oracle prices](#fetch-chainlink-oracle-prices)
34-
- [Resolve ENS address](#resolve-ens-address)
35-
- [Swap tokens with Uniswap](#swap-tokens-with-uniswap)
3630
- Advanced
3731
- [Type-safe ABI parsing](#type-safe-abi-parsing)
3832
- [Readable transaction hints](#readable-transaction-hints)
3933
- [Readable event hints](#readable-event-hints)
4034
- [RLP & SSZ](#rlp--ssz)
4135
- [KZG & PeerDAS](#kzg--peerdas)
36+
- Archive node connector
37+
- [Init network](#init-network)
38+
- [Fetch balances and history](#fetch-balances-and-history-from-an-archive-node)
39+
- [Fetch Chainlink oracle prices](#fetch-chainlink-oracle-prices)
40+
- [Resolve ENS address](#resolve-ens-address)
41+
- [Swap tokens with Uniswap](#swap-tokens-with-uniswap)
4242
- [Security](#security)
4343
- [Speed](#speed)
4444
- [License](#license)

0 commit comments

Comments
 (0)