Mrtenz
FindETH
TypeScript

A tool to help you find your lost Ethereum address, Ether or tokens, by searching through a bunch of derivation paths

Last updated Jul 7, 2026
207
Stars
77
Forks
57
Issues
0
Stars/day
Attention Score
64
Language breakdown
No language data available.
Files click to expand
README

FindETH

Build Status GitHub license GitHub issues David

A tool to help you find your lost Ethereum address, Ether or tokens, by searching through a bunch of derivation paths. It currently supports Ledger and Trezor devices and mnemonic phrases. It has experimental support for Ledger devices over Bluetooth.

Running locally

If you want to use this tool with your mnemonic phrase, it's required to run it locally. The requirements for this are:

Clone this repository with Git or download the ZIP file and extract it. In the project folder, run the following command to install the dependencies.
yarn

Now you can run

yarn run serve

to start the local production server. You can access it by navigating to in your browser. You will get an SSL warning because it's using a self-signed certificate, but it's safe to ignore this.

Development

This tool is built on top of React and Redux, and uses tools like yarn and webpack to bundle everything. Install the dependencies with yarn as follows:

yarn

Run a local development server

To run a local development server, use:

yarn run start

Head to in your browser to see the application.

Bundle the files

Use the following command to bundle everything

yarn run build

© 2026 GitRepoTrend · Mrtenz/FindETH · Updated daily from GitHub