File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed
target_chains/ethereum/contracts Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -6,11 +6,11 @@ This directory contains The Pyth contract on Ethereum and utilities to deploy it
66
77The contracts are built and tested using Foundry. You can either:
88
9- 1 . ** Use the setup script (recommended)** :
10- Go to the ` contracts ` directory and Run ` npm run setup ` to automatically install Foundry v0.3.0 AND all forge dependencies.
9+ 1 . ** Use the setup script (recommended)** :
10+ Go to the ` contracts ` directory and Run ` npm run setup ` to automatically install Foundry v0.3.0 AND all forge dependencies.
1111
12- 2 . ** Manual installation** :
13- a) Follow the [ Foundry installation instructions] ( https://book.getfoundry.sh/getting-started/installation ) and install version v0.3.0.
12+ 2 . ** Manual installation** :
13+ a) Follow the [ Foundry installation instructions] ( https://book.getfoundry.sh/getting-started/installation ) and install version v0.3.0.
1414
1515b) Next, from the ` contracts ` directory, run the following command to install forge dependencies:
1616
2525pnpm turbo build --filter @pythnetwork/pyth-evm-contract
2626```
2727
28-
29-
3028## Testing
3129
3230Run ` forge build ` to build the contracts and ` forge test ` to run the contract unit tests.
You can’t perform that action at this time.
0 commit comments