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

0.0.82 • 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

26

Version

0.0.82

License

Apache-2.0

Unpacked Size

582 kB

Total Files

227

Last publish

Collaborators

  • huyvu-bic
  • vietkhiem-bic
  • bicnpmmember
  • bicnpmadmin
  • thanhlam-bic
  • phuongnamevol
  • nguyenthi
  • quangminh-bic
  • hoangquocviet
  • nhuphuoc
  • xuanhao-bic
  • thienna-beincomm
  • minhtrong
  • minhdat
  • thevan-beincom