Skip to content
This repository has been archived by the owner on Jul 19, 2024. It is now read-only.

Commit

Permalink
Merge pull request #67 from klaytn/develop
Browse files Browse the repository at this point in the history
Update READEME
  • Loading branch information
skqksh authored Nov 28, 2022
2 parents 3f4119a + c6277df commit 406ecba
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,17 @@ const provider = await web3Modal.connect();

const web3 = new Web3(provider);
```

## Instructions

1. Install dependencies

```bash
$ npm install
```

2. Run

```bash
$ npm start
```

0 comments on commit 406ecba

Please sign in to comment.