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

0.0.78-rc • Public • Published



BIC Chain SDK TypeScript monorepo

Build Status

Wallet SDKs for Browser and Mobile apps

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.

Readme

Keywords

none

Package Sidebar

Install

npm i @beincom/wallet-sdk

Weekly Downloads

591

Version

0.0.78-rc

License

MIT

Unpacked Size

670 kB

Total Files

299

Last publish

Collaborators

  • phuongnamevol
  • nguyenthi
  • vanlinh-bic
  • tuhuynh99323
  • quangminh-bic
  • hoangquocviet
  • nhuphuoc
  • xuanhao-bic
  • thienna-beincomm
  • minhtrong
  • minhdat
  • thevan-beincom