Skip to content

Bittrees-Technology/crypto-directory

Repository files navigation

CryptoDirectory

Minimal static directory for active onchain companies and projects.

Current status (February 13, 2026)

Scope (v1)

  • Active companies/projects with live products
  • Global coverage; all copy in English
  • Target cap: up to 1,000 entries
  • Exclude obvious scams and dead projects
  • Mostly exclude memecoins (exception: cultural/community significance)
  • Multi-tag entries, sorted by lead category

Entry fields

Each project entry is a Markdown file in content/projects/ using front matter:

  • name
  • lead_category
  • tags
  • ecosystem
  • description
  • primary_url
  • product_url
  • founded
  • hq
  • token
  • twitter
  • verification_status

Policy and operations docs:

  • content/curation-policy.md
  • content/monthly-ops.md

Build

npm run build

Build output is static HTML/JSON in site/.

Audit report:

node scripts/audit-report.mjs

Submission import:

npm run import-submissions

Submission docs:

  • content/submissions/README.md
  • content/submissions/submission-template.json
  • site/submit.html

Bulk status updates:

cp content/status-updates.example.csv content/status-updates.csv
# edit content/status-updates.csv
npm run update-statuses

Then rebuild:

npm run build

Review queue page:

  • site/review.html (generated by build)
  • site/needs-update.html (generated by build)

Automatic first pass (no manual review required initially):

npm run auto-first-pass
npm run build
npm run audit

Monthly release ritual:

npm run release:monthly -- "optional notes for this release"

This enforces: audit -> build -> publish -> ENS update -> append releases.md.

IPFS + ENS later

When ready:

  1. Build site (npm run build)
  2. Add/pin site/ to IPFS
  3. Point cryptodirectory.eth contenthash to the IPFS CID
  4. Keep monthly release notes with CID history in releases.md

Snapshot strategy (recommended)

  • Keep immutable release folders/CIDs: v1, v2, v3
  • Update ENS to latest stable CID
  • Preserve old CIDs in releases.md for rollback/audit

About

No description, website, or topics provided.

Resources

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages