Skip to content

Commit

Permalink
added .env file link
Browse files Browse the repository at this point in the history
  • Loading branch information
thecoderpanda committed Mar 14, 2024
1 parent 7bd83c9 commit 35b10d5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/build-with-powerloom/devnet/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ git clone https://github.com/<your_github_username>/snapshotter-configs

1. In the deploy repo's directory, create a new file named `.env`.

2. Copy the contents of `env.example` to `.env`.
2. Copy the contents of [`env.example`](https://github.com/PowerLoom/deploy/blob/devnet/env.example) to `.env`.

3. Fill in the following required variables in the `.env` file:
3. Fill in the required variables in the `.env` file:

- `SOURCE_RPC_URL`: The URL for Source RPC (Local node/Infura/Alchemy) service.

Expand Down Expand Up @@ -102,7 +102,6 @@ This should allow developers to build and experiment with a variety of use cases
- `IPFS_API_KEY`: The API key for the IPFS service (if required).
- `IPFS_API_SECRET`: The API secret for the IPFS service (if required).
- `SLACK_REPORTING_URL`: The URL for reporting to Slack.
- `WEB3_STORAGE_TOKEN`: The token for Web3.Storage. You can generate or retrieve this token from your [API tokens page](https://web3.storage/tokens/?create=true) after signing up for a free plan at web3.storage.

### Step 4: Set Up the Codebase

Expand Down

0 comments on commit 35b10d5

Please sign in to comment.