JSPM

  • Created
  • Published
  • Downloads 332
  • Score
    100M100P100Q24996F
  • License ISC

Package Exports

  • @web3auth/web3auth
  • @web3auth/web3auth/dist/web3auth.cjs.js
  • @web3auth/web3auth/dist/web3auth.esm.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@web3auth/web3auth) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

@web3auth/web3auth

npm version minzip

Web3Auth is pluggable auth infrastructure for Web3 wallets and applications. It streamlines the onboarding of both mainstream and crypto native users under a minute by providing experiences that they're most comfortable with.

With support for all social logins, web & mobile native platforms, wallets and other key management methods, Web3Auth results in a standard cryptographic key provider specific to the user and application.

This package provides the main class for using default web3auth modal. It inherits @web3auth/core package. So you can still call all the functions available in the @web3auth/core api reference. The package includes all of our packages and gives you a simple way of implementing Web3Auth within your interface.

Checkout the official Web3Auth Documentation and API Reference to get started!

Plug n Play SDK

@web3auth/web3auth

This package provides main class for using default web3auth modal. It inherits @web3auth/core package. So you can still call all the functions available in the @web3auth/core api reference. The package includes all of our packages and gives you a simple way of implementing Web3Auth within your interface.

Installation

npm

npm i --save @web3auth/web3auth

yarn

yarn add @web3auth/web3auth

Head on to the Plug n Play API Reference to get started.