Skip to content

Commit

Permalink
[project] Update README with env variable debugging enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
fxfactorial committed Aug 23, 2019
1 parent 421e78b commit e50423c
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,18 @@

This is a go layer on top of the Harmony RPC, included is a CLI tool that you can build with a
simple invocation of `make`

# Usage

hmy_cli implements a fluent API

```bash
./hmy_cli blockchain protocol-version
{"jsonrpc":"2.0","id":"0","result":"0x1"}
```

# Debugging

```bash
HMY_RPC_DEBUG=true ./hmy_cli blockchain protocol-version
```

0 comments on commit e50423c

Please sign in to comment.