Process that monitors the FLO Blockchain indexing property formatted OIP messages and provides search and retrieval of OIP records (aka artifacts).
- Go 1.18+
- Elasticsearch 7+
- Flod
- Clone repository to desired directory
git clone https://github.com/oipwg/oip
cd oip
go mod download
go build ./cmd/oipd
- The executable is
oipd
built in the root directory of the project - Run tests with
go test -v -race