Skip to content

Commit

Permalink
more readme updates
Browse files Browse the repository at this point in the history
  • Loading branch information
cameroncooper committed Feb 7, 2024
1 parent 71d255c commit 9b4d476
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Coinset CLI

Welcome to the Coinset CLI! This command-line interface allows you to access the Chia Full Node RPC hosted at coinset.org conveniently.
This command-line interface gives you quick access to the Chia Full Node RPC hosted at coinset.org.

## Installation

Expand Down Expand Up @@ -83,7 +83,7 @@ $ coinset get_coin_records_by_parent_ids 0xa908ee64a5821b7bda5d798c053a79c8b3d7c
Using the `-q` option you can pass in a jq filter to be used on the output. For example:

```bash
$ coinset get_blockchain_state -q .blockchain_state.peak.height
coinset get_blockchain_state -q .blockchain_state.peak.height
```
```json
4911276
Expand All @@ -98,7 +98,9 @@ Autocompletions are provided and can be generated with `coinset completion <shel
Manual installation instructions can be found with the help flag. For example:

```bash
$ coinset completion zsh --help
coinset completion zsh --help
```
```
Generate the autocompletion script for the zsh shell.
If shell completion is not already enabled in your environment you will need
Expand Down

0 comments on commit 9b4d476

Please sign in to comment.