Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/layr-labs/sidecar-apis
https://github.com/layr-labs/sidecar-apis
Last synced: 27 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/layr-labs/sidecar-apis
- Owner: Layr-Labs
- License: other
- Created: 2024-09-25T16:16:55.000Z (about 2 months ago)
- Default Branch: master
- Last Pushed: 2024-10-08T21:53:03.000Z (about 1 month ago)
- Last Synced: 2024-10-10T07:28:11.213Z (about 1 month ago)
- Language: TypeScript
- Size: 60.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# APIs for the [EigenLayer Sidecar](https://github.com/Layr-Labs/sidecar)
### Building
```bash
# Install the dependencies
make deps# Compile the proto files
make proto
```