Skip to content

Instantly share code, notes, and snippets.

@ghoti143
Created March 19, 2018 13:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ghoti143/d1305beb0b40259509b9ad5de03c3b7f to your computer and use it in GitHub Desktop.
Save ghoti143/d1305beb0b40259509b9ad5de03c3b7f to your computer and use it in GitHub Desktop.
generate EOS key pair

Using the EOS Distribution code to generate a keypair

Download zip from GitHub (https://github.com/EOSIO/eos-token-distribution)

Unzip and open docs/index.html in browser

Open console

Run these commands:

var key = eos_ecc.PrivateKey.randomKey()

key.toWif()

key.toPublic().toString()

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment