Fill in missing seed phrase words via brute-force search.
Store your seed phrase as an environment variable, with missing words represented as "x"
:
export SEED_PHRASE="test test test test test test test test test test x"
Store the address of the first account associated with the seed phrase as an environment variable:
export TARGET="0xf39Fd6e51aad88F6F4ce6aB88272"
Run the script with Node:
node index.js