Skip to content

Commit

Permalink
Merge-readme
Browse files Browse the repository at this point in the history
Request-readme
  • Loading branch information
scdnj authored Jun 17, 2024
2 parents f01bbec + 4a9fc6f commit b5d5ec8
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 b5d5ec8

Please sign in to comment.