Skip to content

Commit

Permalink
Add Scroll on README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
makoto committed May 28, 2024
1 parent 14ebd3f commit 8d7d627
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,12 @@ An instantiation of `evm-gateway` that targets Arbitrum. Combined with `arb-veri
### [arb-verifier](/arb-verifier/)
A complete Solidity library that facilitates sending CCIP-Read requests for Arbitrum state, and verifying the responses.

### [scroll-gateway](/scroll-gateway/)
An instantiation of `evm-gateway` that targets Scroll. Combined with `scroll-verifier`, makes it possible for L1 contracts to fetch contract state data from Scroll.

### [scroll-verifier](/scroll-verifier/)
A complete Solidity library that facilitates sending CCIP-Read requests for Scroll state, and verifying the responses.

## How to setup locally

```
Expand Down

0 comments on commit 8d7d627

Please sign in to comment.