84c43ebf54
- validator binary - to enable easy to use commands on the network - contains all operations (vesting / normal)
8 lines
79 B
Makefile
8 lines
79 B
Makefile
install:
|
|
cargo install --path .
|
|
|
|
clean:
|
|
cargo clean
|
|
|
|
fmt:
|
|
cargo fmt --all
|