Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CONFIG] - Setup Frontend Environment Variables #1

Open
4 tasks done
0xBoji opened this issue Dec 27, 2024 · 0 comments
Open
4 tasks done

[CONFIG] - Setup Frontend Environment Variables #1

0xBoji opened this issue Dec 27, 2024 · 0 comments
Assignees
Labels
config Config file env

Comments

@0xBoji
Copy link
Member

0xBoji commented Dec 27, 2024

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.

  • 2. Network Configuration

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

  • 3. Contract Addresses

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.

CC: @0xBoji

@0xBoji 0xBoji added the config Config file env label Dec 27, 2024
@0xBoji 0xBoji self-assigned this Dec 27, 2024
0xBoji added a commit that referenced this issue Dec 27, 2024
config: add project id && build rpc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
config Config file env
Projects
None yet
Development

No branches or pull requests

1 participant