Skip to content

Commit

Permalink
Merge pull request #7 from rcbgr/main
Browse files Browse the repository at this point in the history
Add env setup
  • Loading branch information
rcbgr authored Aug 24, 2023
2 parents 9dedfa9 + bdfc5d7 commit c857df6
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion bridge/native/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,26 @@
# Native Bridge Examples

This repository collects a couple examples of how to call the smart contracts to bridge native ETH and ERC20 tokens to Base.
This repository collects a couple examples of how to call the smart contracts to bridge native ETH and ERC20 tokens to Base

## Environment Setup

**Clone this repo**

```bash
git clone https://github.com/base-org/guides
```

**Change to the directory**

```bash
cd guides/bridge/native
```

**Install the dependencies:**

```bash
npm install
```

## Hardhat Scripts

Expand Down

0 comments on commit c857df6

Please sign in to comment.