Skip to content

Commit

Permalink
Update build instructions to contain proper dependencies.
Browse files Browse the repository at this point in the history
Signed-off-by: Markus Sabadello <[email protected]>
  • Loading branch information
peacekeeper committed Jun 10, 2019
1 parent 541cef0 commit 0278f8d
Show file tree
Hide file tree
Showing 7 changed files with 30 additions and 8 deletions.
6 changes: 5 additions & 1 deletion drivers/btcr/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,11 @@ curl -X GET http://localhost:8080/1.0/identifiers/did:btcr:xz35-jzv2-qqs2-9wjt
## Build (native Java)

1. First, build https://github.com/decentralized-identity/universal-resolver/tree/master/resolver/java
1. Then, run `mvn clean install`
1. Then, build https://github.com/WebOfTrustInfo/txref-conversion-java

Then run:

mvn clean install

## Driver Environment Variables

Expand Down
5 changes: 4 additions & 1 deletion drivers/dns/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,10 @@ curl -X GET http://localhost:8080/1.0/identifiers/ssi.labs.nic.at
## Build (native Java)

1. First, build https://github.com/decentralized-identity/universal-resolver/tree/master/resolver/java
1. Then, `mvn clean install`

Then run:

mvn clean install

## Driver Environment Variables

Expand Down
5 changes: 4 additions & 1 deletion drivers/dom/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,10 @@ curl -X GET http://localhost:8080/1.0/identifiers/did:dom:Jjbfgyu7My4RrbRNrXTPBz
## Build (native Java)

1. First, build https://github.com/decentralized-identity/universal-resolver/tree/master/resolver/java
1. Then, `mvn clean install`

Then run:

mvn clean install

## Driver Environment Variables

Expand Down
5 changes: 4 additions & 1 deletion drivers/erc725/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,10 @@ curl -X GET http://localhost:8080/1.0/identifiers/did:erc725:ropsten:2F2B37C8908
## Build (native Java)

1. First, build https://github.com/decentralized-identity/universal-resolver/tree/master/resolver/java
1. Then, `mvn clean install`

Then run:

mvn clean install

## Driver Environment Variables

Expand Down
6 changes: 5 additions & 1 deletion drivers/sov/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,11 @@ curl -X GET http://localhost:8080/1.0/identifiers/did:sov:WRfXPg8dantKVubE3HX8pw
## Build (native Java)

1. First, build https://github.com/decentralized-identity/universal-resolver/tree/master/resolver/java
1. Then, `mvn clean install`
1. Then, build https://github.com/hyperledger/indy-sdk/tree/master/wrappers/java

Then run:

mvn clean install

## Driver Environment Variables

Expand Down
5 changes: 4 additions & 1 deletion drivers/stack/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,10 @@ curl -X GET http://localhost:8080/1.0/identifiers/did:stack:v0:16EMaNw3pkn3v6f2B
## Build (native Java)

1. First, build https://github.com/decentralized-identity/universal-resolver/tree/master/resolver/java
1. Then, `mvn clean install`

Then run:

mvn clean install

## Driver Environment Variables

Expand Down
6 changes: 4 additions & 2 deletions resolver/java/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,11 @@ See https://uniresolver.io/ for a publicly hosted instance of a Universal Resolv

## Build (native Java)

Run:
First, build https://github.com/decentralized-identity/did-common-java

mvn clean install
Then run:

mvn clean install -pl !examples

## Local Resolver

Expand Down

0 comments on commit 0278f8d

Please sign in to comment.