Skip to content

The reference implementation of the IDM Wallet in JavaScript

License

Notifications You must be signed in to change notification settings

cluster-labs/js-idm-wallet

This branch is 3 commits behind ipfs-shipyard/js-idm-wallet:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ce90f54 · Jun 23, 2019

History

53 Commits
Jun 15, 2019
Jun 23, 2019
Mar 6, 2019
Mar 6, 2019
Mar 19, 2019
Mar 6, 2019
Mar 19, 2019
Apr 26, 2019
Jun 23, 2019
Mar 6, 2019
Apr 25, 2019
Jun 23, 2019
Jun 23, 2019

Repository files navigation

idm-wallet

NPM version Downloads Build Status Coverage Status Dependency status Dev Dependency status

The reference implementation of the IDM Wallet in JavaScript.

Installation

$ npm install idm-wallet

This library is written in modern JavaScript and is published in both CommonJS and ES module transpiled variants. If you target older browsers please make sure to transpile accordingly.

Usage

import createIdmWallet from 'idm-wallet';

await (async () => {
    const idmWallet = createIdmWallet();
})();

API

This library is following closely the IDM Wallet Specification.

We will be providing proper API documentation once the both this library and the specification mature.

Tests

$ npm test
$ npm test -- --watch # during development

License

Released under the MIT License.

About

The reference implementation of the IDM Wallet in JavaScript

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%