REST API
Last updated
Was this helpful?
Last updated
Was this helpful?
Manage keys, DIDs, issue Verifiable Credentials, and verify them using the SSI-Kit's REST API.
Make sure you have Docker or a JDK 16 build environment including Gradle installed on your machine
Pull the docker container directly from docker hub and run the project
This will create a folder called data in your current directory as storage for the VC, DIDs, Keys and other things which need to be stored in order to provide all the functionality.
If you want to get a more detailed overview of the options provided for building the project on your machine, please refer to .
After successfully running the project, you will have the endpoints, described below, available for use.
Exposed endpoints:
Signatory API - For Issuers
http://127.0.0.1:7001
Custodian API - For Holders
http://127.0.0.1:7002
Auditor API - For Verifiers
http://127.0.0.1:7003
Core API
http://127.0.0.1:7000
ESSIF API
http://127.0.0.1:7004
- Learn how to issue credentials
- Learn how to maintain secrets and sensitive data (e.g. keys, Verifiable Credentials)
- Learn how to verify credentials
- Play through a whole use case from Issuance to Verification