Installation of Node
Instructions to install hid-node binary
Building from Source
git clone https://github.com/hypersign-protocol/hid-node.gitcd hid-node
git checkout v0.2.0
make installhid-noded versionDownload the binary
export OS=<operating-system>
export ARCH=<system-architecture>
export TAG=0.2.0
# Download the binary
wget https://github.com/hypersign-protocol/hid-node/releases/download/v${TAG}/hid-noded-${TAG}-${OS}-${ARCH}.tar.gzOperating System
OS
ARCH
Last updated