File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed
Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 1+ # verifiable-credentials-java
12
23## Information
34
45This is a work-in-progress implementation of the [ Verifiable Credentials] ( https://w3c.github.io/vc-data-model/ ) data model.
56
67Not ready for production use! Use at your own risk! Pull requests welcome.
78
8- ### Maven
9+ ## Maven
910
1011First, you need to build the [ ld-signatures-java] ( https://github.com/WebOfTrustInfo/ld-signatures-java ) project.
1112
@@ -16,20 +17,20 @@ After that, just run:
1617Dependency:
1718
1819 <dependency>
19- <groupId>com.trustnet </groupId>
20+ <groupId>com.danubetech </groupId>
2021 <artifactId>verifiable-credentials-java</artifactId>
2122 <version>0.3-SNAPSHOT</version>
2223 <scope>compile</scope>
2324 </dependency>
2425
25- ### Examples
26+ ## Examples
2627
2728 * [ examples-ldp.md] ( examples-ldp.md ) - Examples of Verifiable Credentials with Linked Data Proofs
2829 * [ examples-jwt.md] ( examples-jwt.md ) - Examples of Verifiable Credentials with JSON Web Tokens
2930 * [ examples-jwt-vp.md] ( examples-jwt-vp.md ) - Examples of Verifiable Presentations with JSON Web Tokens
3031
31- ### About
32-
33- Originally built as part of [ TrustNet] ( http://trustnet.fi/ ) .
32+ ## About
3433
3534![ TrustNet Logo] ( https://github.com/danubetech/verifiable-credentials-java/blob/master/images/trustnet-logo.png?raw=true )
35+
36+ Originally built as part of [ TrustNet] ( http://trustnet.fi/ ) .
You can’t perform that action at this time.
0 commit comments