Library for interacting with the self-sovereign identity solution provided by Jolocom.
Interested in our vision? Take a look at our whitepaper (it is currently outdated, and we are working on updating it).
Want to use our library? Please refer to the following resources:
- Library documentation
- Automatically generated api documentation
- Demo service implementation
- Demo service application implementation
- Various Useful snippets: Here, and here
Integration and unit tests located in the ./tests
folder are a good place to start too.
We use tslint
for static Typescript code analysis.
tslint [file]
running code analysis
tslint [file] --fix
running automatic fix of rule violations (fixes most of the common issues)