Skip to content

Commit

Permalink
readmes
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasrosario committed Nov 27, 2023
1 parent 52e4aea commit 7e601a3
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 7 deletions.
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# OP Wagmi
<br />

Wagmi hooks for OP Stack Chains
<h1 align="center">
OP Wagmi
</h1>

<p align="center">
Wagmi hooks for OP Stack Chains
<p>

<!-- Badge row 1 - status -->

Expand Down Expand Up @@ -29,10 +35,6 @@ Wagmi hooks for OP Stack Chains
- TypeScript ready
- Test suite running against [forked](https://ethereum.org/en/glossary/#fork) Ethereum network

## Overview

## Community

## Contributing

If you're interested in contributing, please read the [contributing docs](CONTRIBUTING.md) **before submitting a pull request**.
Expand Down
22 changes: 22 additions & 0 deletions example/README.md
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.
2 changes: 1 addition & 1 deletion example/components/AssetTypeToggle.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export function AssetTypeToggle({ selectedAssetType, setSelectedAssetType }: Ass
}`}
onClick={() => setSelectedAssetType('erc20')}
>
ERC-20
ERC20
</button>
</div>
)
Expand Down

0 comments on commit 7e601a3

Please sign in to comment.