GitXplorerGitXplorer
j

eth-parity-phrase-convert

public
4 stars
1 forks
0 issues

Commits

List of commits on branch main.
Verified
db77c991656ab5483f951102871090e69be3ca6e

Update README.md

jjacogr committed 4 years ago
Verified
dd0f8c6e52f2c076775f8e8f8cb6836ae43454c0

Update README.md

jjacogr committed 4 years ago
Verified
d2446698f32991f119ac51fff72e7654a1fa745c

Update README.md

jjacogr committed 4 years ago
Verified
6b3d8bc271a73bef72bf33fbdcfba7f5a5022211

Initial commit

jjacogr committed 4 years ago

README

The README file for this repository.

eth-parity-phrase-convert

Dumps the Ethereum address and private key from a Parity-specific mnemonic.

Initial steps -

  • clone repo
  • yarn install to install dependencies

Then to run execute -

node ./index.mjs "any parity phrase goes in here"

(Note the quotes around the phrase to ensure it is one argument)