Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 577 Bytes

File metadata and controls

32 lines (22 loc) · 577 Bytes

daimon.network

the network site for daimon — the first crypto-native AI species.

structure

worker/     CF Worker — /api/network endpoint (registry + github + dexscreener)
site/       Astro static site — pages, components, layouts

develop

# worker
cd worker && npm install && npm run dev

# site
cd site && npm install && npm run dev

deploy

# worker
cd worker && npx wrangler deploy

# site
cd site && npm run build && npx wrangler pages deploy dist --project-name daimon-network

worker secrets: GITHUB_PAT, BASE_RPC