- Install Node.js
- Install Docker
- Install Docker Compose
- Install Foundry
After cloning the repository, run the following command to install the dependencies
# Update forge packages
foundryup
# Install or update dependencies
forge install
The current mainnet deployment is on Ethereum mainnet. You can view the deployed contract addresses below, or check out the code itself on the mainnet
branch.
The current testnet deployment is on Holesky testnet. You can view the deployed contract addresses below, or check out the code itself on the holesky/testnet
branch.
Here are the audit reports
The following walks through the necessary steps to deploy the Lagrange contracts locally.
make deploy-eigen-localnet
make docker-build
docker tag lagrange/contracts:latest lagrangelabs/lagrange-contracts:latest
docker push lagrangelabs/lagrange-contracts:latest