Skip to content

Commit

Permalink
Further improvements to the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiehewitt15 committed Aug 14, 2024
1 parent 9584438 commit fd7af71
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Clone and start the necessary services using Barge:

**Option 1: Automatic Setup (Recommended)**

Run the helper script to generate and set up the required environment variables:
Run the helper script to generate and set up the recommended environment variables:

`./helpers/scripts/setupNodeEnv.sh`

Expand All @@ -62,15 +62,15 @@ Manually set the required environment variables:

`export PRIVATE_KEY="your_private_key_here"`

Additional configurations can be set as needed.
The `PRIVATE_KEY` is the only mandatory environmental variable. Additional configurations can be set as needed.

For all available configurations, refer to the [Environment Variables](docs/envs.md) documentation.

### 5. Start the Node

`npm run start`

Your node is now running. To start additional nodes, repeat these steps in a new terminal.
Your node is now running, the dashboard will be available at `http://localhost:8000/dashboard/`. To start additional nodes, repeat these steps in a new terminal.

## Testing

Expand Down

0 comments on commit fd7af71

Please sign in to comment.