Skip to content

Latest commit

 

History

History
43 lines (26 loc) · 1.1 KB

README.md

File metadata and controls

43 lines (26 loc) · 1.1 KB

@findeth/web

License GitHub Actions codecov

@findeth/web is the main website of FindETH, a tool to help you find your lost Ethereum address, Ether or tokens. Other versions of FindETH can be found here:

Note: This is a work-in-progress version of FindETH, and is not production-ready. For the current version of FindETH, please refer to this repository.


Getting Started

TODO

Development

Install dependencies with yarn:

$ yarn

To run a development server, use the start script and navigate to https://localhost:8000:

$ yarn run start

To run automated tests, use the test script:

$ yarn run lint

To build the bundle, use the build script:

$ yarn run build