{"id":13746894,"url":"https://github.com/hypersign-protocol/hid-node","last_synced_at":"2025-12-24T17:57:17.861Z","repository":{"id":37688788,"uuid":"449960230","full_name":"hypersign-protocol/hid-node","owner":"hypersign-protocol","description":"A permissionless blockchain network to manage digital identity and access rights","archived":false,"fork":false,"pushed_at":"2024-03-13T02:48:24.000Z","size":49789,"stargazers_count":223,"open_issues_count":3,"forks_count":23,"subscribers_count":6,"default_branch":"main","last_synced_at":"2024-08-04T06:03:10.104Z","etag":null,"topics":["blockchain","data-privacy","did","ssi"],"latest_commit_sha":null,"homepage":"https://hypersign.id","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hypersign-protocol.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-01-20T04:58:05.000Z","updated_at":"2024-07-24T08:51:46.000Z","dependencies_parsed_at":"2024-03-13T03:43:19.500Z","dependency_job_id":null,"html_url":"https://github.com/hypersign-protocol/hid-node","commit_stats":null,"previous_names":[],"tags_count":27,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hypersign-protocol%2Fhid-node","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hypersign-protocol%2Fhid-node/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hypersign-protocol%2Fhid-node/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hypersign-protocol%2Fhid-node/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hypersign-protocol","download_url":"https://codeload.github.com/hypersign-protocol/hid-node/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224842537,"owners_count":17378987,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["blockchain","data-privacy","did","ssi"],"created_at":"2024-08-03T06:01:03.844Z","updated_at":"2025-12-24T17:57:17.848Z","avatar_url":"https://github.com/hypersign-protocol.png","language":"Go","funding_links":[],"categories":["Others"],"sub_categories":[],"readme":"# Hypersign Identity Network\n\n[![build-test](https://github.com/hypersign-protocol/hid-node/actions/workflows/build.yml/badge.svg)](https://github.com/hypersign-protocol/hid-node/actions/workflows/build.yml) [![GitHub license](https://img.shields.io/github/license/hypersign-protocol/hid-node?color=blue\u0026style=flat-square)](https://github.com/hypersign-protocol/hid-node/blob/main/LICENSE) ![GitHub go.mod Go version](https://img.shields.io/github/go-mod/go-version/hypersign-protocol/hid-node?style=flat-square) [![Go Report Card](https://goreportcard.com/badge/github.com/hypersign-protocol/hid-node)](https://goreportcard.com/report/github.com/hypersign-protocol/hid-node) [![GoDoc](https://img.shields.io/badge/godoc-reference-blue?style=flat-square\u0026logo=go)](https://pkg.go.dev/github.com/hypersign-protocol/hid-node)\n\n\u003ca href=\"https://discord.gg/CCjJPUuVUz\"\u003e\u003cimg src=\"https://img.shields.io/discord/308323056592486420?logo=discord\" alt=\"Discord\"\u003e\u003c/a\u003e\n\u003ca href=\"https://twitter.com/intent/follow?screen_name=hypersignchain\"\u003e \u003cimg src=\"https://img.shields.io/twitter/follow/hypersignchain?style=social\u0026logo=twitter\" alt=\"follow on Twitter\"\u003e\u003c/a\u003e\n\n\nThe 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)](https://www.w3.org/TR/did-core/#dfn-verifiable-data-registry) to implement use cases on Self Sovereign Identity (SSI) principles. The Hypersign Identity Network is built using [Cosmos-SDK](https://tendermint.com/sdk/) and is fully compatible with [W3C DID specifications](https://www.w3.org/TR/did-core/).\n\n## Features\n\n- Register, Update and Deactivate DID Documents\n- Store/Update Credential Schema\n- Store/Update status of a Verifiable Credential\n- Stake `$HID` tokens\n- Submit Governance Proposals\n- Transfer `$HID` tokens within and across different Tendermint-based blockchains using IBC\n- Deploy CosmWasm Smart Contracts\n\n## Prerequisite\n\nFollowing are the prerequisites that needs to be installed:\n\n- Golang (Installation Guide: https://go.dev/doc/install) (version: 1.21)\n- make\n- jq\n\n## Get started\n\n### Local Binary\n\n1. Clone this repository and install the binary:\n   ```sh\n   git clone https://github.com/hypersign-protocol/hid-node.git\n   cd hid-node\n   make install\n   ```\n\n\u003e The binary `hid-noded` is usually generated in `$HOME/go/bin` directory. Run `hid-noded --help` to explore its functionalities\n\n2. Run the following script to setup a single-node blockchain. Please note that the following script requires `jq` to be installed.\n   ```sh\n   bash ./scripts/localnet-single-node/setup.sh\n   ```\n\n3. Start `hid-noded`:\n   ```sh\n   hid-noded start\n   ```\n\n### Docker\n\nTo run a single node `hid-node` docker container, follow the below steps:\n\n1. Pull the image:\n   ```sh\n   docker pull ghcr.io/hypersign-protocol/hid-node:latest\n   ```\n\n2. Run the following:\n   ```sh\n   docker run --rm -d \\\n\t-p 26657:26657 -p 1317:1317 -p 26656:26656 -p 9090:9090 \\\n\t--name hid-node-container \\\n\tghcr.io/hypersign-protocol/hid-node start\n   ```\n\n## Documentation\n\n| Topic | Reference |\n| ----- | ---- |\n| Decentralised Identifiers | https://docs.hypersign.id/self-sovereign-identity-ssi/decentralized-identifier-did |\n| Credential Schema | https://docs.hypersign.id/self-sovereign-identity-ssi/schema |\n| Verifiable Credential Status | https://docs.hypersign.id/self-sovereign-identity-ssi/verifiable-credential-vc/credential-revocation-registry |\n\n\nPlease contact [support@hypermine.in](mailto:support@hypermine.in) for consulting and integration\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhypersign-protocol%2Fhid-node","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhypersign-protocol%2Fhid-node","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhypersign-protocol%2Fhid-node/lists"}