e7f806219c
* Move client code to NS API * Move client to separate package * Move things around * Adjust run scripts * rustfmt * Add client to workspace
5 lines
109 B
Bash
Executable File
5 lines
109 B
Bash
Executable File
#!/bin/bash
|
|
|
|
mkdir -p keys
|
|
cargo run --package nym-node-status-agent -- generate-keypair --path keys/private
|