https://github.com/findeth/web
Source code for the web version of FindETH, a tool to help you find your lost Ether, tokens and Ethereum addresses
https://github.com/findeth/web
application ethereum findeth hacktoberfest
Last synced: over 1 year ago
JSON representation
Source code for the web version of FindETH, a tool to help you find your lost Ether, tokens and Ethereum addresses
- Host: GitHub
- URL: https://github.com/findeth/web
- Owner: FindETH
- License: mit
- Created: 2019-12-13T14:04:58.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2022-12-11T17:06:19.000Z (over 3 years ago)
- Last Synced: 2023-03-03T14:47:22.363Z (over 3 years ago)
- Topics: application, ethereum, findeth, hacktoberfest
- Language: TypeScript
- Homepage: https://beta.findeth.io
- Size: 4.23 MB
- Stars: 7
- Watchers: 4
- Forks: 1
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# `@findeth/web`
 [](https://github.com/FindETH/web/actions) [](https://codecov.io/gh/FindETH/web)
`@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:
- [Desktop](https://github.com/FindETH/desktop)
- [CLI](https://github.com/FindETH/cli)
**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](https://github.com/Mrtenz/FindETH/tree/master).
---
## 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
```