Skip to content

Commit

Permalink
Merge pull request #9 from base-org/dev-guideNativeBridge
Browse files Browse the repository at this point in the history
reorder readme
  • Loading branch information
rcbgr authored Aug 28, 2023
2 parents 8bf331f + 64d6f89 commit 1890ef4
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions bridge/native/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,14 @@ cd guides/bridge/native
npm install
```

## UI

This is a simple example using OP SDK to bridge native ETH.

[Demo](https://op-stack-bridge-example.vercel.app/)

[Code](https://github.com/wilsoncusack/op-stack-bridge-example)

## Hardhat Scripts

Copy secrets.json.sample to secrets.json
Expand Down Expand Up @@ -62,14 +70,6 @@ You bridge a token with
npx hardhat bridgeToken --amount 0.01 --l1token 0xB4FBF271143F4FBf7B91A5ded31805e42b2208d6 --l2token 0x4200000000000000000000000000000000000006
```

## UI

This is a simple example using OP SDK to bridge native ETH.

[Demo](https://op-stack-bridge-example.vercel.app/)

[Code](https://github.com/wilsoncusack/op-stack-bridge-example)

## Add your token to Base

If you already have an ERC20 on Ethereum and want to bridge to Base, a guide is available [here](https://docs.base.org/tokens/list)

0 comments on commit 1890ef4

Please sign in to comment.