Skip to content

Commit

Permalink
docs[setler-cli]: update docs to include new features
Browse files Browse the repository at this point in the history
  • Loading branch information
mankins committed Sep 25, 2023
1 parent 3a42034 commit 3978f02
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions identity-wallet/setler-cli/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,20 @@ You can also receive payments to your wallet with:
% npx @loremlabs/setler wallet receive
```

### Network

By default the wallet will use the testnet. You can switch to the livenet with:

```
% npx @loremlabs/setler config network set xrpl:livenet
```

You can also pass in the `--network` flag to any command to override the default network:

```
% npx @loremlabs/setler wallet fund --network xrpl:testnet
```

### Kudos

You can create kudos with:
Expand Down Expand Up @@ -99,3 +113,11 @@ You can also setle kudos from a URL containing an ndjson list of kudos with:
```
% npx @loremlabs/setler kudos send --url https://raw.githubusercontent.com/loremlabs/kudos/main/docs/example-kudos.ndjson
```

### Setle: Distributing Funds directly to a Subject

You can also setle kudos directly to a subject with:

```
% npx @loremlabs/setler kudos send --to "email:someone@example.com"
```

0 comments on commit 3978f02

Please sign in to comment.