/bloc-hub

Coming soon - Golang implementation of an Identity Hub.

Primary LanguageMakefileApache License 2.0Apache-2.0

Release Build Status

codecov Go Report Card codebeat GolangCI

License

Golang implementation of the DIF Identity Hub.

git clone https://github.com/trustbloc/bloc-hub.git

cd bloc-hub

# build the server (binary: bin/blochub)
make build

# run linters and unit tests
make checks

# run integration tests
make integration-tests

Build dependencies

  • Go 1.12.x
  • Docker 18.09.x or above
  • golangci-lint v1.16.0
    • Download the binary manually or using their script
    • Place in the bin folder

License

Apache License, Version 2.0 (Apache-2.0). See the LICENSE file.