Migrate to solana-keygen

Most of #593
This commit is contained in:
Greg Fitzgerald
2018-07-12 15:42:01 -06:00
committed by Greg Fitzgerald
parent 81c44c605b
commit b5006b8f2b
10 changed files with 73 additions and 36 deletions

View File

@@ -23,7 +23,7 @@ fi
client_json="$SOLANA_CONFIG_CLIENT_DIR"/client.json
if [[ ! -r $client_json ]]; then
$solana_mint <<<0 > "$client_json"
$solana_keygen > "$client_json"
fi
# shellcheck disable=SC2086 # $solana_client_demo should not be quoted