eigenlayer-template

Eigenlayer AVS Foundry Template

Stars
1
Committers
1

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