Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

JavaScript key derivation examples

Generates key from a given input in Ed25519 and Secp256k1 format. On first run, you have to install the necessary node.js dedpendencies:

npm install

Command-line usage:

Base58 formatted seed:

npm start "snJj9fYixUfpNCBn9LzLdLv5QqUKZ"

Hex formatted seed:

npm start "BB664A14F510A366404BC4352A2230A5"

Password like seed:

npm start "sEdSKaCy2JT7JaM7v95H9SxkhP9wS2r"

Random seed

npm start