Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sambacha/eigenlayer-template
Eigenlayer AVS Foundry Template
https://github.com/sambacha/eigenlayer-template
eigenlayer eigenlayer-avs ethereum foundry restaking solidity
Last synced: 16 days ago
JSON representation
Eigenlayer AVS Foundry Template
- Host: GitHub
- URL: https://github.com/sambacha/eigenlayer-template
- Owner: sambacha
- Created: 2024-08-16T03:14:31.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2024-08-16T05:49:54.000Z (3 months ago)
- Last Synced: 2024-10-11T08:21:42.662Z (about 1 month ago)
- Topics: eigenlayer, eigenlayer-avs, ethereum, foundry, restaking, solidity
- Language: Solidity
- Homepage:
- Size: 7.05 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [Eigenlayer AVS Template](#)
## Overview
This repository serves as a template for creating an Attestation Verification Service (AVS) for Eigenlayer restaking. Eigenlayer is a protocol that allows users to restake their assets to secure multiple networks, providing additional security and earning opportunities.# Build the project
forge build> [!WARNING]
> Repo under active development. Do not use in production.## Run tests
forge test## Deploy the project
forge deploy# Generate documentation
forge doc## Clean the build artifacts
forge clean## Update dependencies
forge update## Run a local development server
forge serve