Skip to content

carpathianstake/elrond-pem-js

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Elrond Pem Generator

This is a small tool we wrote to assist validators in generating a bunch of pem files given a mnemonic.

How to use

First option:

$ npm install -g @elrondnetwork/elrond-pem
$ elrond-pem generate-mnemonic # You will be prompted to choose a path, ex: ./my-secrets/mnemonic.txt
$ elrond-pem generate-pems 10 0 0 # The parameters used are: numberOfPems, accountIndex, addressIndex
$   # You will be prompted to enter a path to a file containing your mnemonic, then a path to the output folder.

Second option - if you don't want it installed globally

$ git clone https://github.com/ccorcoveanu/secret-encoder.git && cd secret-encoder
$ node ./index.js generate-mnemonic
$ node ./index.js 10 0 0

elrond-pem-js

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 100.0%