0.3.12 • Published 3 years ago

@mey-sdk-js/wallet v0.3.12

Weekly downloads
4
License
MIT
Repository
-
Last release
3 years ago

MeyCoin Wallet SDK

This package includes everything you need to build a wallet application on MeyCoin Platform. 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 @mey-sdk-js/client, which includes just the API client and useful classes and helpers, @mey-sdk-js/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