hid-node

module
v0.0.7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 29, 2022 License: Apache-2.0

README

Hypersign Identity Network

The Hypersign Identity Network is a permissionless blockchain network to manage digital identity and access rights. It aims to empower humans to gain control of their data and access on the internet by providing scalable, interoperable and secure verifiable data registry (VDR) to implement use cases on Self Sovereign Identity (SSI) principles. The Hypersign Identity Network is built using Cosmos-SDK and is fully compatible with W3C DID specifications.

Prerequisite

Following are the prerequisites that needs to be installed:

Get started

Local:
  • Clone the hid-node repository and build the binary:
git clone https://github.com/hypersign-protocol/hid-node.git
cd hid-node
make build
  • Move the build to GOPATH:
cp ./build/hid-noded $(go env GOPATH)/bin/

The binary hid-noded will be generated in $GO_PATH/bin directory. To explore its functionalities, type hid-noded --help im a seperate terminal window.

Running the Blockchain

To start a single-node blockchain, run the following command to initialize the node:

sh ./scripts/localnet-single-node/setup.sh

Run the hid-node:

hid-noded start --home ~/.hid-node
Docker:

To run a single node hid-node docker container, run the following:

  1. Pull the image:

    docker pull hypersignprotocol/hid-node
    
  2. Open a separate terminal window. Run the node:

    docker run -it hypersignprotocol/hid-node start
    

Operations

Hands-on CLI operations are present in the below docs:

Directories

Path Synopsis
app
cmd
testutil
x
ssi
ssi/types
Package types is a reverse proxy.
Package types is a reverse proxy.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL