Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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