Skip to content

Commit

Permalink
chore: add install section to README
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Smith committed Oct 11, 2024
1 parent 4c3d14f commit 4e907c5
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,18 @@ This crate verifies any Ethereum signature including:
- Smart contract wallets with [ERC-1271](https://eips.ethereum.org/EIPS/eip-1271)
- Predeploy contract wallets with [ERC-6492](https://eips.ethereum.org/EIPS/eip-6492)

## Install

```bash
cargo add erc6492 --git https://github.com/reown-com/erc6492
```

or

```toml
erc6492 = { git = "https://github.com/reown-com/erc6492.git", version = "0.1.0" }
```

## Usage

This crate uses [Alloy](https://github.com/alloy-rs) and requires an RPC provider in order to verify all signature types.
Expand Down

0 comments on commit 4e907c5

Please sign in to comment.