- Puppeteer
- Bip39
- Generates mnemonics;
- Creates a new .txt file called "attempts" and saves the generated mnemonics;
- Navigates to the Polkadot Network's Website;
- Checks if the mnemonic is valid;
- Saves the valid mnemonic into a .txt file called "result"
Install the dependencies and start the server.
cd polkatodmnemonicvalidator
npm i
node index