Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dappnode/web3signer-import-one-by-one
- Owner: dappnode
- Created: 2022-07-08T12:26:04.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-14T11:31:18.000Z (over 2 years ago)
- Last Synced: 2023-03-01T04:32:55.119Z (almost 2 years ago)
- Language: Go
- Size: 3.39 MB
- Stars: 1
- Watchers: 3
- 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
```