Skip to content

DevonJames/verbose-umbrella

This branch is 11 commits behind bitspill/verbose-umbrella:oip5.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c83b91e · Jun 18, 2019
Feb 27, 2019
May 30, 2019
Apr 9, 2019
Jun 10, 2019
Jun 8, 2019
Feb 27, 2019
Apr 11, 2019
Jun 11, 2019
Jun 11, 2019
Jun 6, 2019
Jun 8, 2019
Jul 23, 2018
Apr 24, 2019
Apr 5, 2019
Apr 9, 2019
Jun 6, 2019
Jun 6, 2019
Oct 24, 2018
Apr 5, 2019
Jun 18, 2019

Repository files navigation

OIP Daemon

Process that monitors the FLO Blockchain indexing property formatted OIP messages and provides search and retrieval of OIP records (aka artifacts).

Build Instructions

  1. Download the repository into $GOPATH/src/oipwg/oip. This really matters to make development easier. This includes developers external to OIPWG.
  2. Install dep from https://github.com/golang/dep
  3. run dep ensure -v
  4. go get -u github.com/gobuffalo/packr/v2/packr2
  5. cd $GOPATH/src/github.com/oipwg/oip/cmd/oipd && packr2 -v && cd -
  6. run go build ./cmd/oipd
  7. The executable is oipd built in the root directory of the project
  8. run tests with go test -v -race

Contacts

Chris Chrysostom, cchrysostom@mediciland.com

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%