Skip to content

Commit

Permalink
satisfy dprint
Browse files Browse the repository at this point in the history
  • Loading branch information
piotr-iohk committed Sep 26, 2024
1 parent 6503ec6 commit 5b71ea7
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@

## Overview

Mina Mesh is an implementation of the [Coinbase Mesh specification](https://docs.cdp.coinbase.com/mesh/docs/welcome) for the [Mina blockchain](https://minaprotocol.com/).
Mina Mesh is an implementation of the
[Coinbase Mesh specification](https://docs.cdp.coinbase.com/mesh/docs/welcome) for the
[Mina blockchain](https://minaprotocol.com/).

## Building

Expand All @@ -24,7 +26,8 @@ target/debug/mina_mesh

### Setup PostgreSQL with Latest Mainnet Archive DB

To set up the testing environment with a working PostgreSQL database, use the predefined `just` steps:
To set up the testing environment with a working PostgreSQL database, use the predefined `just`
steps:

```bash
just get-mainnet-archive-db
Expand All @@ -45,13 +48,14 @@ just test
### Managing PostgreSQL

- **Stop PostgreSQL**: To stop the PostgreSQL instance:

```bash
just pg-down
```

- **Restart PostgreSQL**: To restart without reinitializing the database (useful if the database is already set up):

- **Restart PostgreSQL**: To restart without reinitializing the database (useful if the database is
already set up):

```bash
just pg-up
```
Expand Down

0 comments on commit 5b71ea7

Please sign in to comment.