• Stars
    star
    223
  • Rank 178,458 (Top 4 %)
  • Language
    Go
  • License
    Apache License 2.0
  • Created almost 3 years ago
  • Updated 9 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A permissionless blockchain network to manage digital identity and access rights

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

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 localnet.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 [email protected] for consulting and integration

More Repositories

1

networks

Genesis and Peers information of Testnet and Mainnet chains
38
star
2

hypersign-auth-node-sdk

Node Js backend SDK to intergrate Hypersign passwordless authentication with Node js backend
JavaScript
8
star
3

zk-kyc-using-ibc

Circom
5
star
4

hid-ssi-js-sdk

Java script sdk for creating and verifying dids, diddocs, verifiable credentials and verifiable presentations.
JavaScript
5
star
5

hs-ssi-sdk

Java script sdk for creating and verifying dids, diddocs, verifiable credentials and verifiable presentations.
TypeScript
4
star
6

hyperfyre-frontend

A platform to automate the IDO whitelisting process using Hypersign SSI infrastructure.
Vue
3
star
7

hack

Keep solving problems :)
Vue
3
star
8

HIPs

Hypersign Improvement Proposals (HIPs) describe standards for the Hypersign platform, including core protocol specifications, wallet specifications, client APIs etc.
3
star
9

certify

Document certfication and verfication using DIDs and Verifiable Credentials Demo
Vue
2
star
10

hypersign-auth-server

Server to issue Hypersign Auth Credential. It uses hypersign-auth-js-sdk for this purpose
TypeScript
2
star
11

whitepaper

2
star
12

Domain-linkage-verifier

TypeScript
1
star
13

hypersign-load-test

Go
1
star
14

dodo-wallet-site

Dodo Wallet (Passport for web3)
JavaScript
1
star
15

hypersign-edv-client

JavaScript
1
star
16

ibc-cosmwasm-interaction

IBC CosmWasm contract interaction
Rust
1
star
17

hypersign-auth-js-sdk

Javascript SDK for frontend for Hypersign dAuth protocol
JavaScript
1
star
18

job

Solidity
1
star
19

awesome-hypersign

hack:DiD submissions
Vue
1
star
20

dev-dashboard

The repository will be used for maintinaing the Developer Admin Dashboard. The admin Dashboard is responsible for generating API key's for our sdk's
Vue
1
star
21

hypersign-docker

Containerization of core, studio and explorer
Shell
1
star