@web3auth/base-provider
Advanced tools
Comparing version 1.1.4 to 1.2.0
{ | ||
"name": "@web3auth/base-provider", | ||
"version": "1.1.4", | ||
"version": "1.2.0", | ||
"homepage": "https://github.com/Web3Auth/Web3Auth#readme", | ||
@@ -24,3 +24,3 @@ "license": "ISC", | ||
"@toruslabs/openlogin-jrpc": "^2.1.0", | ||
"@web3auth/base": "^1.1.4", | ||
"@web3auth/base": "^1.2.0", | ||
"eth-rpc-errors": "^4.0.3", | ||
@@ -56,3 +56,3 @@ "json-rpc-random-id": "^1.0.1" | ||
}, | ||
"gitHead": "19008df8d2eb665122b38e641831dd5d1ecbee9c" | ||
"gitHead": "2b6a1cfccbe8e6e4b2736c96fce30be3b014ca07" | ||
} |
@@ -1,2 +0,2 @@ | ||
## `@web3auth/base-provider` | ||
# Web3Auth Base Provider | ||
@@ -6,2 +6,28 @@ [![npm version](https://img.shields.io/npm/v/@web3auth/base-provider?label=%22%22)](https://www.npmjs.com/package/@web3auth/base-provider/v/latest) | ||
Base implementation of JRPC provider | ||
> Web3Auth is where passwordless auth meets non-custodial key infrastructure for Web3 apps and wallets. By aggregating OAuth (Google, Twitter, Discord) logins, different wallets and innovative Multi Party Computation (MPC) - Web3Auth provides a seamless login experience to every user on your application. | ||
Each adapter in Web3Auth exposes a Provider on successful user authentication. This provider can be used to interact with wallet or connected chain using RPC calls. This base provider is the base implementation of a JRPC provider, and is the foundation of all other providers. | ||
## 📖 Documentation | ||
Read more about Web3Auth providers in the [official Web3Auth Documentation](https://web3auth.io/docs/sdk/web/providers/). | ||
## 🔗 Installation | ||
```shell | ||
npm install --save @web3auth/base-provider | ||
``` | ||
## 🩹 Example | ||
Checkout the examples for your preferred blockchain and platform in our [examples repository](https://github.com/Web3Auth/examples/) | ||
## 🌐 Demo | ||
Checkout the [Web3Auth Demo](https://demo-app.web3auth.io/) to see how Web3Auth can be used in your application. | ||
## 💬 Troubleshooting and Discussions | ||
- Have a look at our [GitHub Discussions](https://github.com/Web3Auth/Web3Auth/discussions?discussions_q=sort%3Atop) to see if anyone has any questions or issues you might be having. | ||
- Checkout our [Troubleshooting Documentation Page](https://web3auth.io/docs/troubleshooting) to know the common issues and solutions | ||
- Join our [Discord](https://discord.gg/web3auth) to join our community and get private integration support or help with your integration. |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2185198
2132
33
7
Updated@web3auth/base@^1.2.0