Skip to content

imthe-1/multi-dimension-identity-protocol

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages