From 2dae355817be9e307f7e3498338e69df775d77c8 Mon Sep 17 00:00:00 2001 From: JohnGuilding Date: Tue, 28 Mar 2023 11:07:20 +0100 Subject: [PATCH] Update root readme to include provider link --- README.md | 1 + docs/README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index acd3ac36..8ba76dc8 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ You can watch a full end-to-end demo of the project [here](https://www.youtube.c - See an [overview](./docs/system_overview.md) of BLS Wallet & how the components work together. - Use BLS Wallet in [a browser/NodeJS/Deno app](./docs/use_bls_wallet_clients.md). - Use BLS Wallet in [your L2 dApp](./docs/use_bls_wallet_dapp.md) for cheaper, multi action transactions. +- Use BLS Wallet components and features with an [ethers.js provider and signer](./use_bls_provider.md) ### Setup your development environment diff --git a/docs/README.md b/docs/README.md index 0448cf34..874db51b 100644 --- a/docs/README.md +++ b/docs/README.md @@ -3,7 +3,7 @@ - [See an overview of BLS Wallet & how the components work together](./system_overview.md) - [Use BLS Wallet in a browser/NodeJS/Deno app](./use_bls_wallet_clients.md) - [Use BLS Wallet in your L2 dApp for cheaper, multi action transactions](./use_bls_wallet_dapp.md) -- [Use BLS Wallet components and features with an Ethers-like provider](./use_bls_provider.md) +- [Use BLS Wallet components and features with an ethers.js provider and signer](./use_bls_provider.md) - Setup the BLS Wallet components for: - [Local development](./local_development.md) - [Remote development](./remote_development.md)