0.0.21-dev • Published 9 months ago

@beincom/aa-sdk v0.0.21-dev

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
9 months ago

Installation

Install the latest version of the SDK with npm:

npm install @beincom/wallet-sdk

or with yarn:

yarn add @beincom/wallet-sdk

Quick start

1. Create wallet instance.

import axios from "axios";
import { BICWallet, ThirdwebProvider, WalletAPI, ArbitrumSepolia } from "@beincom/wallet-sdk";
// create wallet backend api client.
const api = new WalletAPI({
  endpoint: "",// endpoint wallet backend
  httpClient: axios //axios instance
});
// create wallet provider client.
const provider = new ThirdwebProvider(
  "", // provider key
  ArbitrumSepolia // network
);
// create BIC wallet instance.
const bicWallet = new BICWallet({
  api: api,
  provider: provider
})

Documentation

Visit docs to view the full documentation.

0.0.21-dev

9 months ago

0.0.20-dev

9 months ago

0.0.17

10 months ago

0.0.18

10 months ago

0.0.19-dev

9 months ago

0.0.14-rc.3

11 months ago

0.0.14-rc.4

11 months ago

0.0.14-rc.5

11 months ago

0.0.14-rc.6

11 months ago

0.0.14-rc.7

10 months ago

0.0.14-rc.8

10 months ago

0.0.15

11 months ago

0.0.16

10 months ago

0.0.14-rc.2

11 months ago

0.0.14-rc.1

11 months ago

0.0.14-rc.0

11 months ago

0.0.14

11 months ago

0.0.13-rc.2

11 months ago

0.0.13-rc.1

11 months ago

0.0.13-rc.0

11 months ago

0.0.13

11 months ago

0.0.12-rc.3

11 months ago

0.0.12-rc.2

12 months ago

0.0.12-rc.1

12 months ago

0.0.12-rc.0

12 months ago

0.0.12

12 months ago

0.0.11

12 months ago

0.0.10

12 months ago

0.0.9

12 months ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago