Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

idm-wallet

Package Overview
Dependencies
Maintainers
22
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

idm-wallet

The reference implementation of the IDM Wallet in JavaScript

  • 0.4.4
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
13
decreased by-60.61%
Maintainers
22
Weekly downloads
 
Created
Source

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.

Keywords

FAQs

Package last updated on 01 Sep 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc