Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/layr-labs/eigenda-registration-cli
CLI to generate EigenDA Registration params for self register
https://github.com/layr-labs/eigenda-registration-cli
Last synced: 16 days ago
JSON representation
CLI to generate EigenDA Registration params for self register
- Host: GitHub
- URL: https://github.com/layr-labs/eigenda-registration-cli
- Owner: Layr-Labs
- Created: 2024-04-11T19:05:52.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-07-11T17:17:16.000Z (4 months ago)
- Last Synced: 2024-10-18T23:28:25.855Z (27 days ago)
- Language: Go
- Homepage:
- Size: 9.6 MB
- Stars: 1
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# EigenDA Registration CLI
This is a temporary CLI to generate EigenDA Registration Parameters. We plan to incorporate this in our existing tooling in near future.## How to build
```bash
go build -v -o eigenda-registration main.go
```## Example
```bash
./eigenda-registration --operator-address 0x2222aac0c980cc029624b7ff55b88bc6f63c538f \
--quorums 0 \
--bls-key-path /Users/ubuntu/.eigenlayer/operator_keys/test.bls.key.json \
--churner-url churner-holesky.eigenda.xyz:443 \
--bls-key-password "password"
```It generates `OperatorKickParamters` and `ChurnApproverSignature` which can be used to register the operator on EigenDA.