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

0.3.12 • Public • Published

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

/@mey-sdk-js/wallet/

    Package Sidebar

    Install

    npm i @mey-sdk-js/wallet

    Weekly Downloads

    5

    Version

    0.3.12

    License

    MIT

    Unpacked Size

    457 kB

    Total Files

    61

    Last publish

    Collaborators

    • giactan