@reverbia/portal 1.0.0-next.20251124205943 → 1.0.0-next.20251125160554

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +5 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -73,6 +73,8 @@ TypeScript client in `typescript`.
73
73
 
74
74
  ### Run E2E Test
75
75
 
76
+ Configure `.env.e2e` following `.env.e2e.example` to have configuration for E2E tests.
77
+
76
78
  Single command to start everything and run E2E tests:
77
79
 
78
80
  ```bash
@@ -82,8 +84,9 @@ make test-e2e
82
84
  This will:
83
85
  1. Start all Docker services (Anvil, Postgres, Server, Worker)
84
86
  2. Deploy contracts to Anvil
85
- 3. Worker detects contracts and starts processing
86
- 4. Show logs and keep running
87
+ 3. Submit api requests
88
+ 4. Worker detects contracts and starts processing
89
+ 5. Verify entries in Postgres DB are created
87
90
 
88
91
  ### Running with Frontend
89
92
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reverbia/portal",
3
- "version": "1.0.0-next.20251124205943",
3
+ "version": "1.0.0-next.20251125160554",
4
4
  "description": "AI Portal is a prepaid escrow-based API gateway for wallet-authenticated LLM usage. It provides an OpenAI-compatible API with on-chain settlement for AI inference costs.",
5
5
  "main": "index.js",
6
6
  "directories": {