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
Description
Configure the frontend environment variables for the SciVerse dApp to ensure proper functionality and connectivity with blockchain networks and smart contracts.
Tasks
1. WalletConnect Integration
Add NEXT_PUBLIC_WALLETCONNECT_PROJECT_ID to enable WalletConnect:
Value: 29d61c7872beb6491c27c16145d941b9
Register the project on WalletConnect Cloud if necessary.
Set contract addresses for dApp functionality:
//
//
4. App Information
Provide metadata for the dApp:
NEXT_PUBLIC_APP_NAME: "SciVerse"
NEXT_PUBLIC_APP_DESCRIPTION: "DeSci description"
Acceptance Criteria
Environment variables are correctly configured in the .env.local file.
WalletConnect functionality is enabled and operational.
The dApp successfully connects to the specified RPC URL and interacts with the contracts.
App metadata (name and description) is displayed appropriately.
Priority: High Target Milestone: Milestone 1 - Infrastructure
Notes: Ensure all sensitive variables are securely stored and not exposed in public repositories. Test the setup thoroughly before deployment.
Description
Configure the frontend environment variables for the SciVerse dApp to ensure proper functionality and connectivity with blockchain networks and smart contracts.
Tasks
Add NEXT_PUBLIC_WALLETCONNECT_PROJECT_ID to enable WalletConnect:
Value: 29d61c7872beb6491c27c16145d941b9
Register the project on WalletConnect Cloud if necessary.
Configure blockchain connectivity:
NEXT_PUBLIC_RPC_URL: https://sepolia-rollup.arbitrum.io/rpc
NEXT_PUBLIC_CHAIN_ID: 421614 (Arbitrum Sepolia Testnet)
NEXT_PUBLIC_BLOCK_EXPLORER: https://sepolia.arbiscan.io
Set contract addresses for dApp functionality:
//
//
Provide metadata for the dApp:
NEXT_PUBLIC_APP_NAME: "SciVerse"
NEXT_PUBLIC_APP_DESCRIPTION: "DeSci description"
Acceptance Criteria
Environment variables are correctly configured in the .env.local file.
WalletConnect functionality is enabled and operational.
The dApp successfully connects to the specified RPC URL and interacts with the contracts.
App metadata (name and description) is displayed appropriately.
Priority: High
Target Milestone: Milestone 1 - Infrastructure
Notes: Ensure all sensitive variables are securely stored and not exposed in public repositories. Test the setup thoroughly before deployment.
CC: @0xBoji
The text was updated successfully, but these errors were encountered: