Skip to content

Openmesh-Network/xnode-console-frontend

Repository files navigation

Xnode Studio

Installation and dev environment


Using npm to install the dependecies (at the moment there is depeencies conflicts that will need to be resolved, so use --force)

npm install --force


When in development mode, make sure to comment out the following line in next.config.js: `assetPrefix: process.env.NEXT_PUBLIC_API_ASSET_PREFIX,` As Xnode studio uses Vercel Routing to instantiate its paths, the production environment needs to have this assetPrefix set to work successfully. However, it is not needed during development (localhost). For more information, visit: https://github.com/Openmesh-Network/urlPathL3A

drawing


Envs:

NEXT_PUBLIC_WALLET_ENVIRONMENT="Polygon Mumbai"
NEXT_PUBLIC_API_ASSET_PREFIX="https://deeplink-frontend-dao.vercel.app"
NEXT_PUBLIC_API_BACKEND_BASE_URL="https://dpl-backend-homolog.up.railway.app"
NEXT_PUBLIC_API_BACKEND_KEY="as90qw90uj3j9201fj90fj90dwinmfwei98f98ew0-o0c1m221dds222143"
NEXT_PUBLIC_API_BACKEND_BASE_URL="https://dpl-backend-homolog.up.railway.app"
NEXT_PUBLIC_JSON_RPC="https://polygon-mumbai.g.alchemy.com/v2/6XFcpiY-OYMhStUfVvVuYdPUMyeQOZbW"
NEXT_PUBLIC_WALLET_CONNECT_PROJECT_ID="73e5158564b1f982b971cf49bd1a1bea"


Start the script

npm run dev

Releases

No releases published

Packages

No packages published

Languages