Skip to content

williamfanofficial-crypto/cypherpunk-code

Repository files navigation

Cypherpunk Code

Open education index for Bitcoin, Monero, and cypherpunk sovereignty.

Domain: cypherpunk-code.ca

Curated by @CHxmrBrother.

Quick start

npm install
npm run dev

Open http://localhost:3000.

Deploy

Works on Vercel, Cloudflare Pages, or any Node host:

npm run build
npm start

Static export is possible later if you drop client-side search (currently uses React state).

Customize

File Purpose
src/data/resources.json Resource database (58 entries seeded)
src/data/paths.json Learning path sequences
src/data/site.json Site name, creator handle, donation addresses

Site name, domain, and donation addresses are configured in site.json.

Pages

  • / — Homepage with featured resources
  • /catalog — Searchable, filterable catalog with CP Score
  • /paths — Curated learning paths
  • /resource/[id] — Resource detail pages
  • /about — About + donation info
  • /model — Business model analysis

Adding resources

Add entries to resources.json following the schema in src/lib/types.ts. Rebuild to publish.

About

Cypherpunk Code — open education catalog for Bitcoin, Monero & crypto

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors