0.0.21-dev • Published 10 months ago

@beincom/aa-sdk v0.0.21-dev

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
10 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

10 months ago

0.0.20-dev

11 months ago

0.0.17

11 months ago

0.0.18

11 months ago

0.0.19-dev

11 months ago

0.0.14-rc.3

12 months ago

0.0.14-rc.4

12 months ago

0.0.14-rc.5

12 months ago

0.0.14-rc.6

12 months ago

0.0.14-rc.7

12 months ago

0.0.14-rc.8

12 months ago

0.0.15

12 months ago

0.0.16

12 months ago

0.0.14-rc.2

1 year ago

0.0.14-rc.1

1 year ago

0.0.14-rc.0

1 year ago

0.0.14

1 year ago

0.0.13-rc.2

1 year ago

0.0.13-rc.1

1 year ago

0.0.13-rc.0

1 year ago

0.0.13

1 year ago

0.0.12-rc.3

1 year ago

0.0.12-rc.2

1 year ago

0.0.12-rc.1

1 year ago

0.0.12-rc.0

1 year ago

0.0.12

1 year ago

0.0.11

1 year ago

0.0.10

1 year ago

0.0.9

1 year 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