Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ npx prisma generate
### 2. Configure

```bash
cp .env.example .env
cp .env.example.env
```

**Testnet setup** (quick start):
Expand Down Expand Up @@ -96,19 +96,16 @@ PORT=3000
> **Tip:** If you omit both `SOROBAN_RPC_URL` and `STELLAR_NETWORK`, Wraith will exit immediately with a clear error explaining what to set.
### 3. Start Postgres

```bash
docker-compose up -d db
```

### 4. Run database migrations

```bash
npx prisma migrate dev --name init
```

### 5. Start Wraith

```bash
# Development (hot reload)
npm run dev
Expand Down