An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# `@findeth/web`

![License](https://img.shields.io/github/license/FindETH/web) [![GitHub Actions](https://github.com/FindETH/web/workflows/CI/badge.svg)](https://github.com/FindETH/web/actions) [![codecov](https://codecov.io/gh/FindETH/web/branch/master/graph/badge.svg)](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
```