From b2eb21f1973e48af8c3e810857a7198ce2e768a1 Mon Sep 17 00:00:00 2001 From: J M Rossy Date: Thu, 16 Jun 2022 22:14:33 -0400 Subject: [PATCH] Add examples note to readme --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 28c21ce..61c4f92 100644 --- a/README.md +++ b/README.md @@ -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` @@ -85,3 +83,7 @@ const txResponse = await signer.sendTransaction({ feeCurrency: stableTokenAddress, }) ``` + +## Examples + +See the tests under `/test` for more detailed examples.