Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 579 Bytes

CONTRIBUTING.md

File metadata and controls

36 lines (21 loc) · 579 Bytes

Requirements

Foundry Git Node.js

Setup Repo

git clone [email protected]:Layr-Labs/eigenlayer-contracts.git

Install Dependencies

npm install

npx husky install 

forge install

Pull Requests

All tests must pass

Commits must be linted

A descriptive summary of the PR has been provided.

Environment Variables

Some of the tests and features of this repository require environment variables to be set up.

Copy the .env.example file to create a .env and populate it with the appropriate environment values that you have control over