Oaksoeya / hub

The official Sentinel Hub blockchain

Home Page:https://sentinel.co

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sentinel Hub

Codecov GoReportCard Licence LoC Tag

Installation

Requires Go 1.19+

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

About

The official Sentinel Hub blockchain

https://sentinel.co

License:Apache License 2.0


Languages

Language:Go 99.6%Language:Makefile 0.2%Language:Shell 0.1%