Skip to content

Commit

Permalink
Add examples note to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jmrossy committed Jun 17, 2022
1 parent 6939d7a commit b2eb21f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

A minimal wrapper to make Ethers.JS compatible with the Celo network.

_Note: this is still experimental_

## Install

`npm i @celo-tools/celo-ethers-wrapper`
Expand Down Expand Up @@ -85,3 +83,7 @@ const txResponse = await signer.sendTransaction({
feeCurrency: stableTokenAddress,
})
```

## Examples

See the tests under `/test` for more detailed examples.

0 comments on commit b2eb21f

Please sign in to comment.