/hub

The official Sentinel blockchain Hub

Primary LanguageGoApache License 2.0Apache-2.0

Sentinel Hub

Codecov GoReportCard Licence LoC Tag

Installation

Requires Go 1.16+

Linux

mkdir -p ${GOPATH}/src/github.com/sentinel-official && \
cd ${GOPATH}/src/github.com/sentinel-official/ && \
git clone https://github.com/sentinel-official/hub.git && \
cd ${GOPATH}/src/github.com/sentinel-official/hub/ && \
make install

Note: To install a specific version or commit use git checkout command

For more documentation please visit docs