Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dappnode/dappnodepackage-web3signer-holesky
https://github.com/dappnode/dappnodepackage-web3signer-holesky
Last synced: 27 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dappnode/dappnodepackage-web3signer-holesky
- Owner: dappnode
- License: apache-2.0
- Created: 2023-10-24T07:30:14.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-07-09T10:31:58.000Z (6 months ago)
- Last Synced: 2024-07-10T09:38:25.607Z (6 months ago)
- Language: Shell
- Size: 149 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DAppNode Package _Web3signer-Holesky_
![](node-avatar.png)
A validator client contributes to the consensus of the Ethereum Blockchain by signing proposals and attestations of blocks, using a BLS private key which must be available to this client at all times.
The BLS remote signer API is designed to be consumed by validator clients, looking for a more secure avenue to store their BLS12-381 private key(s), enabling them to run in more permissive and scalable environments.
More information about the EIP can be found at [the official website](https://eips.ethereum.org/EIPS/eip-3030)
### Why _Web3signer_ ?
Client diversity is a key benefit of DAppNode, with our implementation of ConsenSys's remote Web3Signer you will be able to use different clients and don't need to put all your trust in just one validator client. The remote signer can work as a load balancer, keeping your validators always validating.
### Requirements
Rquirements to run The DAppNode Web3Signer-Holesky
- **Validator**: Set up your validator at https://holesky.launchpad.ethereum.org/
- **Execution Layer Client**: You need to have installed and synced an EL client such as Holesky Geth, Holesky Nethermind, Holesky Erigon, or Holesky Besu
- **Consensus Layer Client**: You need to have installed and synced a CL client such as Prysm Holesky, Lighthouse Holesky, Lodestar Holesky, Nimbus Holesky, or Teku Holesky### Manteinance
| Updated | Champion/s |
| :----------------: | :------------: |
| :heavy_check_mark: | @pablomendez95 |### Development
Build the development binary of the web3signer. Also uses the latest postgresql scripts defined at https://github.com/ConsenSys/web3signer/tree/master/slashing-protection/src/main/resources/migrations/postgresql
```
npx @dappnode/dappnodesdk build --compose_file_name=docker-compose.dev.yml
```