Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/layr-labs/eigenpod-proofs-generation
https://github.com/layr-labs/eigenpod-proofs-generation
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/layr-labs/eigenpod-proofs-generation
- Owner: Layr-Labs
- License: mit
- Created: 2023-11-20T02:28:30.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2024-09-25T20:29:21.000Z (about 2 months ago)
- Last Synced: 2024-10-18T23:28:26.314Z (27 days ago)
- Language: Go
- Size: 518 MB
- Stars: 21
- Watchers: 3
- Forks: 35
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
WARNING: Please note that this repository is a work in progress and is currently unaudited. Use it with caution as it may contain unfinished features or bugs."
# Introduction
PEPE Changes how we prove balances to EigenLayer. For more information, check out some of the links below.
WARNING: You should only use this software with Holesky Testnet. When PePe goes to production, we will update this tool to support further networks. Thanks!
## Links
- [More about PEPE](https://hackmd.io/U36dE9lnQha3tbf7D0GtKw?view)
- [Contract Documentation](https://github.com/Layr-Labs/eigenlayer-contracts/blob/feat/partial-withdrawal-batching/docs/core/EigenPod.md)# Usage
- If you want to produce and submit proofs onchain -- either immediately, or by writing to a file to submit later -- check out our [CLI](./cli/README.md). The CLI can produce both credential and checkpoint proofs, and submit them onchain if given a private key.
- If you want to produce proofs from within Golang, please use `cli/core:GenerateValidatorProof` or `cli/core:GenerateCheckpointProof` for our high-level APIs. These will handle downloading beacon state, interfacing with an eth node, and generating the relevant proofs. Lower level APIs are available in `prove_validator.go`.
## Questions
For any questions, feel free to;
- Open a Github Issue
- Ask in [Discord](https://discord.com/invite/eigenlayer)