Process that monitors the FLO Blockchain indexing property formatted OIP messages and provides search and retrieval of OIP records (aka artifacts).
- Download the repository into $GOPATH/src/oipwg/oip. This really matters to make development easier. This includes developers external to OIPWG.
- Install
dep
from https://github.com/golang/dep - run
dep ensure -v
go get -u github.com/gobuffalo/packr/v2/packr2
cd $GOPATH/src/github.com/oipwg/oip/cmd/oipd && packr2 -v && cd -
- run
go build ./cmd/oipd
- The executable is
oipd
built in the root directory of the project - run tests with
go test -v -race
Chris Chrysostom, [email protected]