chore(dev): set up dev environment + local OrbitX DEX API for live-data dev - #128
Draft
audifyx wants to merge 1 commit into
Draft
chore(dev): set up dev environment + local OrbitX DEX API for live-data dev#128audifyx wants to merge 1 commit into
audifyx wants to merge 1 commit into
Conversation
…rsor Cloud setup notes Co-authored-by: soltools262 <soltools262@gmail.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Sets up the local development environment for the OrbitX / OG Scan platform and documents it for future agents. No application code was changed — only dev helpers and
AGENTS.md.What was verified
web/deps install (pnpm install --frozen-lockfile) andweb/ogdex/deps install (npm install).npm run lintruns (pre-existing repo warnings/errors, not environment issues).npm run test→ 41 passed, 3 skipped.:8080, OrbitX DEX SPA on:5173.Changes
web/ogdex/dev-api-server.mjs— dev-only server that runs the existingweb/api/ogdex.jshandler on:3001so the DEX has a local/api/ogdex/*backend (works keyless against public APIs).web/ogdex/vite.config.proxy.ts— dev-only vite config that proxies/api→:3001.AGENTS.md— added## Cursor Cloud specific instructions(package-manager gotchas, service commands/ports, auth-gated hub caveat, and the local live-data DEX flow).Demo (DEX with live data)
orbitx_dex_live_data_demo.mp4
DEX screener populated with live Solana tokens
OG_SCANNER forensic result for ORBITX token
To show artifacts inline, enable in settings.