Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

go-kosu expanding the go-kosu readme #169

Merged
merged 3 commits into from Jul 22, 2019
Merged
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file or symbol
Failed to load files and symbols.

Always

Just for now

Prev

remove references to a kosu-rpc binary

  • Loading branch information
hrharder committed Jul 19, 2019
commit bd06442d2f2005414c9da028bf96c0b51e35e2d1
@@ -65,7 +65,6 @@ The `go-kosu` project includes several executeables, found in the `cmd` folder.

- [`kosud`](#binary-kosud) - Kosu reference implementation validator and full-node client.
- [`kosu-cli`](#binary-kosu-cli) - Command-line interface for `kosud` and other tools.
- [`kosu-rpc`](#binary-kosu-rpc) - RPC server for `kosud` serving a JSONRPC-API over WebSockets and/or HTTP.

### Downloads

@@ -91,16 +90,6 @@ chmod +x kosu-cli
install kosu-cli /usr/local/bin
```

#### Binary: `kosu-rpc`

RPC server for `kosud` (JSONRPC available over WebSockets or HTTP).

```bash
wget https://storage.googleapis.com/kosu-cli/linux_amd64/kosu-rpc
chmod +x kosu-rpc
install kosu-rpc /usr/local/bin
```

## Usage

Each binary has a `help` command or `--help` flag which should be used for full command reference.
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.