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

https://github.com/dappnode/eth2-keymanager-frontend-dappnode-temporary


https://github.com/dappnode/eth2-keymanager-frontend-dappnode-temporary

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# ETH2 Key Manager Frontend

This is a simple react app to manage your ETH2 validator keystores. It allows to:

- view your current active keys being used for signing
- import new keystores and existing slashing protection data
- remove active keys and download the associated slashing protection data

![Demo](images/list.png?raw=true "List of active keys")

[See more screenshots](images)

## Prerequisites

Install `yarn` on your system. See installation instructions [here](https://classic.yarnpkg.com/lang/en/docs/install/).

Once `yarn` is installed, from the project directory, run:

`yarn install`

## Running

Requires a running signer instance like a ETH2 validator client or a [web3signer](https://github.com/ConsenSys/web3signer) instance.

With the signer running at a given URL, in the project directory, run:

`yarn start`

Then open [http://localhost:3000?signer_url=&auth_token=](http://localhost:3000) to view it in the browser.

- `signer_url` - The url of the signer to send API requests to
- `auth_token` - Optional auth token to pass in API requests