Closed Hemanthghs closed 2 months ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
resolute | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Aug 22, 2024 10:45am |
The changes involve updates to the setup instructions for both the frontend and backend of the application. Key modifications include the introduction of new environment variables and enhancements to the existing documentation, specifically emphasizing the need for proper configuration files. These updates aim to clarify the setup process for users and ensure all necessary configurations are provided for optimal application functionality.
File | Change Summary |
---|---|
README.md , server/README.md |
Updated instructions regarding environment variables, emphasizing the renaming of .env.example to .env and the inclusion of chain details in server/networks.json for transaction history retrieval. |
frontend/.env.example |
Introduced a template for environment variables, specifying configurations such as NEXT_PUBLIC_APP_API_URI , NEXT_PUBLIC_SQUID_ID , and NEXT_PUBLIC_DUMMY_WALLET_MNEMONIC , to assist developers in setting up their local environment. |
sequenceDiagram
participant User
participant Frontend
participant Backend
User->>Frontend: Input environment variables
Frontend->>Backend: Make API call using NEXT_PUBLIC_APP_API_URI
Backend->>Frontend: Return response
User->>Backend: Configure networks.json for transaction history
Backend->>User: Provide transaction history
🐰 In the garden of code, where the bunnies play,
New variables bloom to brighten the day.
With each little change, a clearer path grows,
Setting up smoothly, as everyone knows!
Hops of delight in the scripts we share,
🌼 Thank you, dear developers, for showing you care!
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Summary by CodeRabbit
New Features
Documentation