Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmillr committed Mar 26, 2024
1 parent 7de3e38 commit 076e733
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,11 @@ Minimal library for Ethereum transactions, addresses and smart contracts.
- 🔓 Secure: 3 deps, audited [noble](https://paulmillr.com/noble/) cryptography
- 🔻 Tree-shaking-friendly: use only what's necessary, other code won't be included
- 🌍 No network code: simplified auditing and offline usage
- 🔍 Unique tests: 150MB of test vectors from EIPs, ethers and viem
- ✍️ Create and sign transactions, generate and checksum addresses
- 📖 Human-readable hints for transactions and events
- 🔍 Reliable: 150MB of test vectors from EIPs, ethers and viem
- ✍️ Transactions: Create, sign and decode complex txs using human-readable hints
- 🆎 Call smart contracts: Chainlink and Uniswap APIs are included
- 🦺 Typescript-friendly ABI and RLP decoding
- 🪶 3000 lines for everything
- 🪶 1200 lines for core functionality

Check out article [ZSTs, ABIs, stolen keys and broken legs](https://github.com/paulmillr/micro-eth-signer/discussions/20) about caveats of secure ABI parsing found during development of the library.

Expand Down

0 comments on commit 076e733

Please sign in to comment.