Skip to content

sambacha/eigenlayer-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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