Skip to content

Custom templates and interactive #56

Discussion options

You must be logged in to vote

Hi @rukshanfonseka
Interactive mode is intended for demo purposes only, thus it can be used only with the pre-built templates. In this case, you're using a custom template, so it won't work. You'll have to implement a data provider for that custom credential.

A solution that might work is running the ssikit with the serve command, this will start a server locally and expose several endpoints on localhost.

You can use the credentials/issue endpoint of the Signatory API hosted at http://127.0.0.1:7001/ and pass the credential with the desired values:

  • either using curl:
curl -X 'POST' \
  'http://127.0.0.1:7001/v1/credentials/issue' \
  -H 'accept: application/json' \
  -H 'Content-Type: a…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@atharva-pb
Comment options

Answer selected by taminobaumann
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
3 participants