Skip to content

Commit

Permalink
docs: update database reqs to pindexer
Browse files Browse the repository at this point in the history
  • Loading branch information
conorsch committed Nov 5, 2024
1 parent c507d1b commit b1b4336
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ However, you still need a database to connect to.
## Connecting to a database

The DEX explorer application requires a PostgreSQL database containing ABCI event information
[as emitted by a Penumbra node](https://guide.penumbra.zone/node/pd/indexing-events).
as written by [pindexer].
You can set up a local devnet by following the [Penumbra devnet quickstart guide](https://guide.penumbra.zone/dev/devnet-quickstart),
or plug in credentials for an already running database via environment variables:

Expand Down Expand Up @@ -60,10 +60,11 @@ It'd be nice to have a cool name for the DEX explorer. We don't have one yet.

Using https://buf.build/penumbra-zone/penumbra/sdks/main

[NextJS]: https://nextjs.org/
[pnpm]: https://pnpm.io/
[Nix]: https://nixos.org/download/

## Code structure

Read the sub-article about the code structure [here](./pages/readme.md).

[NextJS]: https://nextjs.org/
[Nix]: https://nixos.org/download/
[pindexer]: https://guide.penumbra.zone/node/pd/indexing-events#using-pindexer
[pnpm]: https://pnpm.io/

0 comments on commit b1b4336

Please sign in to comment.