https://github.com/dappnode/web3signer-import-one-by-one
https://github.com/dappnode/web3signer-import-one-by-one
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dappnode/web3signer-import-one-by-one
- Owner: dappnode
- Created: 2022-07-08T12:26:04.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-14T11:31:18.000Z (about 3 years ago)
- Last Synced: 2025-02-07T12:45:43.438Z (5 months ago)
- Language: Go
- Size: 3.39 MB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```