Skip to content

Latest commit

 

History

History
49 lines (35 loc) · 794 Bytes

File metadata and controls

49 lines (35 loc) · 794 Bytes

MDIP

Multi Dimension Identity Protocol

Requirements

  • Node 12.x
  • Npm 6.x
  • Bitcoin Node with tx-index enabled

Configuration File(bin/etc/local.conf)

# MDIP config
[mdip]

# Additional Dependencies
[deps]
url=http://localhost:18332
username=<bitcoin-username>
password=<bitcoin-password>

Running MDIP Daemon

Make sure a valid configuration file is located at bin/etc/local.conf

Running from source

git clone -b dev https://github.com/KeychainMDIP/multi-dimension-identity-protocol.git
npm install
cd multi-dimension-identity-protocol/bin
./mdip

Running in Docker

docker compose build
docker compose up

Testing MDIP is running

curl http://localhost:7445/getuptime
curl http://localhost:7445/serverinfo