Update root readme to include provider link

This commit is contained in:
JohnGuilding
2023-03-28 11:07:20 +01:00
parent e734209df0
commit 2dae355817
2 changed files with 2 additions and 1 deletions

View File

@@ -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

View File

@@ -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)