Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Leshiy committed May 3, 2024
1 parent be0bf85 commit 43c3b29
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/voting-tools-rs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,16 @@ This tool generates voting power info from a `cardano-db-sync` instance.

Example usage:

```
```sh
snapshot-tool --db postgres --db-user postgres --db-host localhost --out-file output.json
```

To get a full list of available arguments run:

```sh
snapshot-tool --help
```

## Building

Building with nix should be straightforward, simply enter a dev environment with `nix develop`, then run `cargo build -p voting_tools_rs` to build.
Expand Down

0 comments on commit 43c3b29

Please sign in to comment.