This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
'use strict'; | |
var CryptoJS = require("crypto-js"); | |
var express = require("express"); | |
var bodyParser = require('body-parser'); | |
var WebSocket = require("ws"); | |
var http_port = process.env.HTTP_PORT || 3001; | |
var p2p_port = process.env.P2P_PORT || 6001; | |
var initialPeers = process.env.PEERS ? process.env.PEERS.split(',') : []; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
did:muport:QmVMzmKnPR79SwPnS6t4HUS5dEy5q2Khgi1jQGzpHLzHHC |