JSPM

  • Created
  • Published
  • Downloads 274
  • Score
    100M100P100Q9812F
  • License ISC

Multi chain wallet aggregator core for web3Auth

Package Exports

  • @web3auth/core
  • @web3auth/core/dist/core.cjs.js
  • @web3auth/core/dist/core.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/core) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

@web3auth/core

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 core logic for handling adapters within web3auth. This package acts as a manager for all the adapters. You should use this package to build your custom login UI on top of web3auth.

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

Custom Login UI SDK

@web3auth/core

This package provides the core logic for handling adapters within web3auth. This package acts as a manager for all the adapters. You should use this package to build your custom login UI on top of web3auth.

Installation

npm

npm i --save @web3auth/core

yarn

yarn add @web3auth/core

Head on to the Custom Login UI API Reference to get started.