Skip to content

This is reference implementation of Self Sovereign Identity protocol based on W3C Specification. This software will be replaced by a Blockchain

License

Notifications You must be signed in to change notification settings

hypersign-protocol/core

 
 

Repository files navigation

APIs

/did http://127.0.0.1:5000/api/v1/did/

Supported Methods: GET, POST

/schema http://127.0.0.1:5000/api/v1/schema/

Supported Methods: GET, POST

Install and usage

Install dependencies

npm i 

Development

npm run dev 
npm run build:dev
npm run start  

Production

npm run build:prod 
npm run prod #production

Note: Create production.env for production run

Dockerization

Build docker image

npm run build:prod
docker build -t ts-boilerplate .  # build an image

Run container

docker run -p 5000:5000 -d ts-boilerplate

Note: Create production.env for production run

About

This is reference implementation of Self Sovereign Identity protocol based on W3C Specification. This software will be replaced by a Blockchain

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 93.6%
  • JavaScript 3.8%
  • Dockerfile 2.6%