entropy-protocol 0.4.0

Entropy Signing and DKG protocol execution and transport logic
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "name": "nodejs-test",
  "version": "1.0.0",
  "main": "index.js",
  "license": "AGPL-3.0-only",
  "scripts": {
    "test": "tape *.test.js"
  },
  "dependencies": {
    "entropy-protocol": "file:../pkg",
    "ws": "^8.14.2"
  },
  "devDependencies": {
    "tape": "^5.7.2"
  }
}