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

doichain

Package Overview
Dependencies
Maintainers
1
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

doichain - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

.babelrc

17

package.json
{
"name": "doichain",
"version": "0.0.2",
"version": "0.0.3",
"description": "A js-Doichain library. The goal is to fully cover the Doichain protocoll",
"main": "index.js",
"scripts": {
"test": "echo \\\"Error: no test specified\\\" && exit 1"
"test": "mocha --require @babel/register"
},

@@ -27,3 +27,14 @@ "repository": {

},
"homepage": "https://github.com/Doichain/js-doichain#readme"
"homepage": "https://github.com/Doichain/js-doichain#readme",
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.8.6",
"@babel/preset-env": "^7.8.6",
"@babel/register": "^7.8.6",
"chai": "^4.2.0",
"mocha": "^7.1.0"
},
"dependencies": {
"bip39": "^3.0.2"
}
}

4

README.md
# js-doichain
[![standard-readme compliant](https://img.shields.io/badge/readme%20style-standard-brightgreen.svg?style=flat-square)](https://github.com/RichardLitt/standard-readme)
The full Doichain JS protocol implementation
The full Doichain protocol implementation

@@ -9,3 +9,3 @@ You should use this package, if you want to request email permissions (DOI - double opt ins) from your NodeJS project (server) or even from a browser (client). You can use the library in order to add Doichain wallet functions to your mobile or web app.

This repository contains functions and the documentation to create Doichain
- hd-keys
- hd-keys (from seed phrases)
- addresses

@@ -12,0 +12,0 @@ - "double opt-in/DOI" request transaction

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