We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 245f802 commit da20abcCopy full SHA for da20abc
protocol/pcp/dlu/eth/contracts/README.md
@@ -4,19 +4,17 @@ This directory contains the implementation of the PCP settlement smart contract.
4
5
## Installation
6
7
-First, make the install script executable:
8
-
9
```bash
10
chmod +x install-deps.sh
11
./install-deps.sh
12
```
13
14
## Testing
15
16
-Then, run the install script:
+After installing the dependencies, run
17
18
19
-./install-deps.sh
+forge test
20
21
22
There is a long-running test covering over 50 epochs. It will likely take a few seconds to run.
0 commit comments