@sbtauth/sbtauth-wallet
TypeScript icon, indicating that this package has built-in type declarations

0.8.27 • Public • Published

SBTAuth Wallet

Quick Start

Install package

# Use yarn
yarn add @sbtauth/sbtauth-wallet
# Or use npm
npm install --save-dev @sbtauth/sbtauth-wallet

Initialize SBTAuth

const sbtauth = new SbtAuth({
  developMode: true,
  defaultChainId: '0x5',
})

Login

await sbtauth.login()

Get user info

const user = sbtauth.getUserInfo()

Readme

Keywords

none

Package Sidebar

Install

npm i @sbtauth/sbtauth-wallet

Weekly Downloads

3

Version

0.8.27

License

MIT

Unpacked Size

13.1 kB

Total Files

6

Last publish

Collaborators

  • stone_edward