Skip to content

Commit

Permalink
Edit readme
Browse files Browse the repository at this point in the history
  • Loading branch information
YoungBaeJeon committed Sep 4, 2020
1 parent 6bab6b9 commit ba8cdd1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Metadium DID SDK for Java

## Get it

Require Java 1.8

### Maven
Add the JitPack repository to build file

Expand Down Expand Up @@ -61,7 +64,7 @@ String walletJson = wallet.toJson();
MetadiumWallet newWallet = MetadiumWallet.fromJson(walletJson);
```

### update Key
### Update Key

```java
wallet.updateKeyOfDid(delegator, new MetadiumKey());
Expand Down

0 comments on commit ba8cdd1

Please sign in to comment.