@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.
TODO
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