Skip to content

Commit

Permalink
#13 - Updates core-js to fix recovery issue (#14)
Browse files Browse the repository at this point in the history
* updates core-js version

* updates README with safe commands
  • Loading branch information
koshikraj authored Jan 24, 2022
1 parent ff4cf72 commit ab071db
Show file tree
Hide file tree
Showing 6 changed files with 7,576 additions and 18,855 deletions.
18 changes: 16 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ Create a new user:
```


Create a new safe:
Create a new safe (Creator):

```
safient safe create --beneficiary did:key:z6MknvaZuK44SWdsK8m6t3mq7AWQ2Hj1zGhVTPywcPGS7qFf --data 'Test safe' --network testnet
safient safe create --beneficiary did:key:z6MknvaZuK44SWdsK8m6t3mq7AWQ2Hj1zGhVTPywcPGS7qFf --data 'GM' --network testnet
```

Expand All @@ -40,6 +40,20 @@ Show a safe:
```

Claim a safe (Beneficiary):

```
safient safe claim 01fgbz287dvds1ft1e4tdbjqkp --network testnet
```

Recover the safe (Beneficiary):

```
safient safe recover 01fgbz287dvds1ft1e4tdbjqkp --network testnet
```

## Building locally

Create an `.env` with `INFURA_API_KEY`, `USER_API_KEY`, `USER_API_SECRET` and `DB_FILE_NAME='./thread.config'`
Expand Down
Loading

0 comments on commit ab071db

Please sign in to comment.