Skip to content

Commit

Permalink
chore: clean
Browse files Browse the repository at this point in the history
  • Loading branch information
euharrison committed Aug 12, 2024
1 parent 106b075 commit ed2ecc0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ The `webserver` is responsible to serve the data via a REST API, which are descr

### Prerequisites

- Create the `.env` file in the root of the project. You can use the `.env_sample` as a reference:
- Create the `.env` file in the root of the project. You can use the `.env_sample` file as a reference:

```sh
cp .env_sample .env
```

- Set the `TENDERMINT_URL` with the Namada RPC url
- Set the `TENDERMINT_URL` with the Namada RPC url:
- [Either create a local chain](https://docs.namada.net/operators/networks/local-network)
- Or use a Public RPC

Expand Down

0 comments on commit ed2ecc0

Please sign in to comment.