talwinder50 / bloc-hub

Coming soon - Golang implementation of an Identity Hub.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Coming soon - Golang implementation of an Identity Hub.

License:Apache License 2.0


Languages

Language:Makefile 78.6%Language:Go 21.4%