hid-node

module
v0.2.1 Latest Latest
Warning

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

Go to latest
Published: Mar 13, 2024 License: Apache-2.0

README

Hypersign Identity Network

build-test GitHub license GitHub go.mod Go version Go Report Card GoDoc

Discord follow on Twitter

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.

Features

  • Register, Update and Deactivate DID Documents
  • Store/Update Credential Schema
  • Store/Update status of a Verifiable Credential
  • Stake $HID tokens
  • Submit Governance Proposals
  • Transfer $HID tokens within and across different Tendermint-based blockchains using IBC
  • Deploy CosmWasm Smart Contracts

Prerequisite

Following are the prerequisites that needs to be installed:

Get started

Local Binary
  1. Clone this repository and install the binary:
    git clone https://github.com/hypersign-protocol/hid-node.git
    cd hid-node
    make install
    

The binary hid-noded is usually generated in $HOME/go/bin directory. Run hid-noded --help to explore its functionalities

  1. Run the following script to setup a single-node blockchain. Please note that the following script requires jq to be installed.

    bash ./scripts/localnet-single-node/setup.sh
    
  2. Start hid-noded:

    hid-noded start
    
Docker

To run a single node hid-node docker container, follow the below steps:

  1. Pull the image:

    docker pull ghcr.io/hypersign-protocol/hid-node:latest
    
  2. Run the following:

    docker run --rm -d \
     -p 26657:26657 -p 1317:1317 -p 26656:26656 -p 9090:9090 \
     --name hid-node-container \
     ghcr.io/hypersign-protocol/hid-node start
    

Documentation

Topic Reference
Decentralised Identifiers https://docs.hypersign.id/self-sovereign-identity-ssi/decentralized-identifier-did
Credential Schema https://docs.hypersign.id/self-sovereign-identity-ssi/schema
Verifiable Credential Status https://docs.hypersign.id/self-sovereign-identity-ssi/verifiable-credential-vc/credential-revocation-registry

Please contact support@hypermine.in for consulting and integration

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