Regarding custom vc template addition #19
-
Hi Team , Do we need to follow this procedure everytime , if we want to create a new Vc template Adding VC Templates or is there any way that we can simply create a custom template while doing testing ? Best Regards |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Well, currently you would need to add the custom credential template in code as shown here https://github.com/walt-id/waltid-ssikit-examples/blob/master/src/main/kotlin/id/walt/ssikitexamples/CustomCredential.kt In case you want to make your credential publicly available please feel free to add this to the VcLib https://github.com/walt-id/waltid-ssikit-vclib via a PR. Please also be aware that we will restructure the lib in future so you will have the option to don't use typed credentials if you don't want to. |
Beta Was this translation helpful? Give feedback.
Well, currently you would need to add the custom credential template in code as shown here https://github.com/walt-id/waltid-ssikit-examples/blob/master/src/main/kotlin/id/walt/ssikitexamples/CustomCredential.kt
In case you want to make your credential publicly available please feel free to add this to the VcLib https://github.com/walt-id/waltid-ssikit-vclib via a PR.
Please also be aware that we will restructure the lib in future so you will have the option to don't use typed credentials if you don't want to.