Skip to content

Commit dbd73a4

Browse files
committed
docs: add intro
1 parent ef2d9ef commit dbd73a4

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

docs/0_internal/2_deploy_contracts.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,24 @@
11
# Deploying Aligned Contracts
22

3+
This guide will walk you through the deployment of the Aligned Layer contracts.
4+
5+
Also, you will be able to deploy the Batch Payment Service contract.
6+
37
## Eigenlayer Contracts
48

9+
To deploy Aligned contracts, you need previously deployed EigenLayer contracts.
10+
511
These contracts are not deployed by Aligned. Current EigenLayer contracts:
612

713
- [Holesky Contracts](https://github.com/Layr-Labs/eigenlayer-contracts/blob/testnet-holesky/script/configs/holesky/eigenlayer_addresses_testnet.config.json)
814
- [Mainnet Contracts](https://github.com/Layr-Labs/eigenlayer-contracts/blob/mainnet/script/configs/mainnet/mainnet-addresses.config.json)
915

1016
## Aligned Contracts
1117

18+
This section will guide you through the deployment of the Aligned Layer contracts.
19+
20+
After finishing the deployment, you will have the deployed contract addresses.
21+
1222
### Set .env variables
1323

1424
To deploy the AlignedLayer contracts, you will need to set environment variables in a `.env` file in the same
@@ -115,6 +125,10 @@ Once the contracts are deployed, you will see the following output at `OUTPUT_PA
115125

116126
## Batcher Payments Service Contracts
117127

128+
This section will guide you through the deployment of the Aligned Layer contracts.
129+
130+
After finishing the deployment, you will have the deployed contract addresses.
131+
118132
### Set .env variables
119133

120134
To deploy the Batcher Payment Service contract, you will need to set environment variables in a `.env` file in the same

0 commit comments

Comments
 (0)