You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,12 @@ Flare AI Kit template for AI x DeFi (DeFAI).
22
22
23
23
You can build and run Flare AI DeFAI using Docker (recommended) or set up the backend and frontend manually.
24
24
25
+
### Setup .env
26
+
27
+
1. Rename `.env.example` to `env` and set all the variables.
28
+
29
+
2. Make sure `SIMULATE_ATTESTATION=true` for local testing
30
+
25
31
### With Docker (Recommended)
26
32
27
33
The Docker build is optimized for local testing and mimics the TEE environment with minimal adjustments. It includes an Nginx server for routing and uses Supervisor to manage both backend and frontend services within a single container.
0 commit comments