near-cli-rs
near-cli-rs copied to clipboard
Validators extension
Create a simple validators extension that will have the same functionality as the one that is available in [near-cli](https://github.com/near/near-cli).
near validators <epoch>
and near proposals
commands in particular.
It should be a separate crate inside of the near-cli-rs
repo.
- I can recommend using the new https://github.com/near/near-jsonrpc-client-rs/
- I feel this is somewhat blocked on #47