A collection of scripts.
NodeJs v12.14.1
git clone https://github.com/ava-labs/avax-js-cli-tools.git
cd avax-js-cli-tools/
npm install
If you are in need of a mnemonic phrase, type the following commands in your terminal:
node mnemonic.js
To generate your deterministic AVAX addresses, type the following commands in your terminal:
node address_gen.js
In the first prompt, enter how many addresses you want to generate. In the second prompt, paste your mnemonic phrase.
Given an ethereum private key, it will display the corresponding avalanche address and private key.
node eth_convert.js