• Stars
    star
    152
  • Rank 244,685 (Top 5 %)
  • Language
    TypeScript
  • License
    MIT License
  • Created over 5 years ago
  • Updated 7 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

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.

https://findeth.io

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 https://localhost:8000 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 https://localhost:8000 in your browser to see the application.

Bundle the files

Use the following command to bundle everything

yarn run build

More Repositories

1

eip-712

Tiny library with utility functions that can help with signing and verifying EIP-712 based messages
TypeScript
109
star
2

transaction-invoker

EIP-3074 (Batch) transaction invoker, which can send multiple transactions in a single call
TypeScript
34
star
3

soundfont2

A SoundFont2 parser for Node.js and web browsers
TypeScript
33
star
4

typeorm-store

A TypeORM-based store for express-session.
TypeScript
16
star
5

MySQLAPI

An easy to use MySQL API made for Spigot
Java
5
star
6

node-sh1106

Node.js library to interact with a SH1106 display controller
TypeScript
4
star
7

eth-qr

EIP-4527 QR data generator for Ethereum accounts and transactions
3
star
8

gatsby-remark-static-images

Copy images in markdown without processing them
TypeScript
3
star
9

zsh-config

Repository containing my ZSH configuration files
Shell
2
star
10

binary-pixel-map

A library for creating and editing a binary 2D pixel map
TypeScript
2
star
11

gatsby-plugin-aws-elasticsearch

A plugin for Gatsby to synchronise content between Gatsby and AWS Elasticsearch
TypeScript
2
star
12

findeth-cli

Basic command line tool to search for addresses with a mnemonic phrase
TypeScript
2
star
13

gatsby-https-issue

Minimal reproduction repository for an issue with Gatsby/Socket.io
TypeScript
1
star
14

morten.dev

Source code of morten.dev, my personal website
TypeScript
1
star
15

endnote

End-to-end encrypted note sharing application
TypeScript
1
star
16

hardhat-typescript-boilerplate

A boilerplate repository for Hardhat projects using TypeScript
TypeScript
1
star
17

morten.sh

Source code of morten.sh
TypeScript
1
star
18

s3shot

Take a screenshot and upload it to an S3 bucket
Go
1
star
19

node-screenshot-uploader

A back-end screenshot uploading tool made with Node.js.
JavaScript
1
star
20

noop

A NPM package that does nothing (for testing)
JavaScript
1
star