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

2.0.6 • Public • Published

Herajs Wallet SDK

npm readthedocs

This package includes everything you need to build a wallet application on Aergo. It is useful for other kinds of dapps, too.

Features:

  • Manage keys
  • Easy to use interface for sending transactions
  • Track accounts for new transactions (using a full node or other external APIs)
  • Sign and verify
  • Integrates with storages (supported out of the box: IndexedDB (for browsers), LevelDB (for Node.js), and in-memory storage)

In contrary to @herajs/client, which includes just the API client and useful classes and helpers, @herajs/wallet includes managers that can keep, coordinate, and optionally persist state.

Work in progress, please check back later for release

Getting started

Work in progress

Development

Based on https://github.com/graup/rollup-typescript-babel

Building the repo

npm run build

Building only types

npm run build:types

Type-Checking the repo

npm run type-check

And to run in --watch mode:

npm run type-check:watch

Readme

Keywords

none

Package Sidebar

Install

npm i @codewritz/herajs-wallet

Weekly Downloads

0

Version

2.0.6

License

MIT

Unpacked Size

457 kB

Total Files

60

Last publish

Collaborators

  • codewritz