0.0.2 • Published 8 months ago

flare-wallet-sdk v0.0.2

Weekly downloads
-
License
BSD-3
Repository
github
Last release
8 months ago

🔴WARNING: Beta Release🔴

  • This library is under development and there might be frequent breaking changes.
  • Audit pending.

Flare Wallet SDK (Beta)

Flare Wallet SDK is a typescript library for creating and managing decentralized wallets.

It provides high level methods to transact on Flare's primary networks: X, P and C.

Wallet types supported:

  • Singleton Wallets
  • Ledger Wallets
  • Mnemonic Wallets
  • Public Mnemonic Wallets (XPUB)

Using the flare-wallet-sdk developers can:

  • Receive and send tokens and NFTs.
  • Cross chain transfer
  • Validation & Delegation
  • Create keystore files from wallet instances
  • Get transaction history of wallets
  • Mint NFTs on the X chain

Installation

With npm

npm install --save @avalabs/flare-wallet-sdk

or yarn

yarn add @avalabs/flare-wallet-sdk

Local build

  1. Clone the repository.
  2. Install dependencies yarn install
  3. Run for development yarn start

Webpack

For Webpack version 5 and above you must use this plugin with it. https://www.npmjs.com/package/node-polyfill-webpack-plugin

Docs

Can generate documentation with yarn docs and open docs/index.html in a browser.