Skip to content

Commit

Permalink
Merge branch 'niv/CERT-7888-Add-Setup' of github.com:Certora/Quorum i…
Browse files Browse the repository at this point in the history
…nto niv/CERT-7888-Add-Setup
  • Loading branch information
nivcertora committed Jan 1, 2025
2 parents f4bb555 + 48850d8 commit 4b21f76
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Quorum/entry_points/setup_quorum.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def get_working_directory() -> Path:

def setup_quorum(working_dir: Path):
"""
Initializes a Quorum environment by copying template files to the specified directory.
Initializes Quorum environment by copying template files to the specified directory.
Args:
working_dir (Path): Target directory for setting up Quorum.
Expand Down
6 changes: 3 additions & 3 deletions Quorum/templates/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ This file contains the execution details for different protocols and networks. F

## .env

This file contains environment variables that need to be set for the project to run.
This file contains environment variables that needs to be set for the project to run.
fill in the required values.

### Instructions
Expand All @@ -73,6 +73,6 @@ export QUORUM_PATH="path_to_your_quorum_directory"

1. Fill in `ground_truth.json` with the appropriate data for each protocol.
2. Update `execution.json` with the proposal addresses for each network.
3. `.env` set the required environment variables.
3. Set the required environment variables at `.env`.

By following these instructions, you will ensure that the Quorum project is correctly configured and ready to use.
By following these instructions, you will ensure Quorum is correctly configured and ready to use.

0 comments on commit 4b21f76

Please sign in to comment.