@ecanna/ecanna-wallet-sdk
v0.2.2
Published
- This library is under development and there might be frequent breaking changes. - Audit pending.
Downloads
35
Readme
🔴WARNING: Beta Release🔴
- This library is under development and there might be frequent breaking changes.
- Audit pending.
Ecanna Wallet SDK (Beta)
Ecanna wallet SDK is a typescript library for creating and managing decentralized wallets.
It provides high level methods to transact on Ecanna's primary networks: TKN, STK and EVM.
Wallet types supported:
- Singleton Wallets
- Ledger Wallets
- Mnemonic Wallets
- Public Mnemonic Wallets (TKNPUB)
Using the ecanna-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 TKNchain
Installation
With npm
npm install --save @ecanna/ecanna-wallet-sdk
or yarn
yarn add @ecanna/ecanna-wallet-sdk
Local build
- Clone the repository.
- Install dependencies
yarn install
- 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