Skip to content

loe-cotton/trust-sdk

 
 

Repository files navigation

ExpTrustAlliance Logo

TrustAlliance VC SDK TrustAlliance Key SDK 0.0.1-alpha.6 TrustAlliance DID SDK TrustAlliance Agent SDK

TrustAlliance VC SDK Build Node Version Lerna

SDKs for Verifiable Credentials, Verifiable Credential Presentations, DID Keys, Self Sovereign Identity and Decentralised Identifiers

IMPORTANT!

  • This is a minimum viable product suite with limited functionality.
  • Please do not use this for production

Prerequisites

  • BuildScripts
  • Working with NodeJS 14.0.0 + in either Linux or Windows

The Big Picture ( MVP Release )

Architecture

Mono repo packages

Please go through the individual repositories

Setup project.

nvm use 14
npm install lerna
npm install bootstrap
yarn config set workspaces-experimental true
npm run bootstrap

Tests

To run all tests for the project

npm run test

Builder

npm run build

Clean and rebuild

find . -name 'node_modules' -type d -prune -exec rm -rf '{}' +
yarn install

Generate documentation

sudo npm i -g typedoc # needs to do only once
typedoc --darkHighlightTheme dark-plus --tsconfig ./tsconfig.json

About

SDK for data interoperability

Resources

License

Code of conduct

Contributing

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 99.7%
  • JavaScript 0.3%