Install Tendermint by following installation instructions. Important: After running go get github.com/tendermint/tendermint/cmd/tendermint, you need to change tendermint cloned source to version 0.16.0 before continuing the installation)
cd $GOPATH/src/github.com/tendermint/tendermint
git checkout v0.16.0
Setup
go get github.com/ndidplatform/ndid
go get -u github.com/tendermint/abci/cmd/abci-cli
cd $GOPATH/src/github.com/ndidplatform/ndid and then go get ./...
go get -u github.com/tendermint/tendermint/cmd/tendermint
Run IdP node
open 4 terminal window
cd $GOPATH/src/github.com/ndidplatform/ndid and then go run abci/server.go tcp://127.0.0.1:46000