Skip to content
This repository has been archived by the owner on Mar 3, 2020. It is now read-only.

Commit

Permalink
keygen script
Browse files Browse the repository at this point in the history
  • Loading branch information
isabelsavannah committed Aug 29, 2018
1 parent 8316429 commit d07a440
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/generate-key
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set -e

prefix=${1:-`pwd`}

# This is the elliptic curve used by Ethereum. In theory, this identity is an
# This is the elliptic curve used by Ethereum. Technically, this identity is an
# Ethereum account.
openssl ecparam -name secp256k1 -genkey -noout -out $prefix/private-key.pem
cat $prefix/private-key.pem
Expand Down

0 comments on commit d07a440

Please sign in to comment.