Files
nym/tools/validator-client-scripts/Makefile
T
tommy 84c43ebf54 Draft - Validator CLI
- validator  binary - to enable easy to use commands on the network
- contains all operations (vesting / normal)
2022-08-04 13:38:59 +02:00

8 lines
79 B
Makefile

install:
cargo install --path .
clean:
cargo clean
fmt:
cargo fmt --all