Skip to content

codezkchan/zkchan-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

zkChan Backend

Express API that proxies Jupiter Aggregator for quotes and generates a serialized swap transaction, which the frontend signs and sends via Phantom.

Endpoints

  • GET /health – service health
  • GET /api/tokens – token list (via token.jup.ag)
  • POST /api/quote – Jupiter quote proxy
  • POST /api/swap – Jupiter swap (returns swapTransaction base64)

Run

cp .env.example .env
# Ensure CORS_ORIGINS has your website origin (e.g., https://zk-chan.fun)
npm i
npm run dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published