-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
52e4aea
commit 7e601a3
Showing
3 changed files
with
31 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
<br/> | ||
|
||
<h1 align="center"> | ||
🔴🔵 Superchain Bridge 🔵🔴 | ||
</h1> | ||
|
||
This is a basic Superchain Bridge example app, here to showcase OP Wagmi's features. To start the development server, run | ||
|
||
```bash | ||
pnpm dev:example | ||
``` | ||
|
||
from the root of the repository. | ||
|
||
In this example app, you can: | ||
|
||
- Deposit ETH / ERC20s | ||
- Initiate ETH / ERC20 withdrawals | ||
- Prove withdrawals | ||
- Finalize withdrawals | ||
|
||
to / from Base Goerli / Optimism Goerli. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters