Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 420 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 420 Bytes

egldHunter

A script that automates solving puzzles related to Elrond on Guarda.

  • Checking all possible combinations of a given mnemonic.
  • Generate a private key for each combination.
  • Generating a private address from the key.
  • Checking the address on the blockchain.

Quick Start

First you need to install the dependencies.

pnpm install

Example

node solver.mjs

And that's all!