Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dappnode/web3signer-import-one-by-one


https://github.com/dappnode/web3signer-import-one-by-one

Last synced: 9 days ago
JSON representation

Awesome Lists containing this project

README

        

# Import one-by-one keystores with its slashing data

Import one by one keystores to the web3signer by providing the following args:

- `--keystores-path` path to the directory where keystores files are present in the format `keystore*.json`
- `--slashing-protection-path` path to the slashing protection file
- `--wallet-pasword-path` path to the wallet password file
- `--network

### Instructions of use

**Compile**: should be compiled with golang version 1.17

```
go build -o import-one-by-one import_one_by_one.go
```

The output will be an executable named `import-one-by-one`

**Run**:

```
./import-one-by-one --keystores-path --slashing-protection-path --wallet-password-path --network
```