From 2a77c07d06ceaf5b3160d87aaea062d074ba8849 Mon Sep 17 00:00:00 2001 From: Amina Sheriff <61979798+amina69@users.noreply.github.com> Date: Tue, 2 Jun 2026 12:08:52 +0100 Subject: [PATCH] Update --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 80aa646e..9ae16dbb 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ npx prisma generate ### 2. Configure ```bash -cp .env.example .env +cp .env.example.env ``` **Testnet setup** (quick start): @@ -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