chore: update genesis timestamp, fix import paths, clean compiled JS files, and adjust mock path - Update devnet genesis timestamp to 1766400877 - Add Receipt model for zk-proof generation with receiptId, miner, coordinator fields - Fix import paths from settings to config across service modules (access_control, audit_logging, encryption, hsm_key_manager, key_management, zk_proofs) - Remove compiled JavaScript files from explorer-web components and lib directories - Update mock data base path
AITBC Monorepo
This repository houses all components of the Artificial Intelligence Token Blockchain (AITBC) stack, including coordinator services, blockchain node, miner daemon, client-facing web apps, SDKs, and documentation.
Repository Layout
Refer to docs/bootstrap/dirs.md for the authoritative directory breakdown and follow-up implementation tasks.
Getting Started
- Review the bootstrap documents under
docs/bootstrap/to understand stage-specific goals. - Fill in service-specific READMEs located under
apps/andpackages/as the implementations progress. - Use the provided directory scaffold as the starting point for coding each subsystem.
- Explore the new Python receipt SDK under
packages/py/aitbc-sdk/for helpers to fetch and verify coordinator receipts (seedocs/run.mdfor examples). - Run
scripts/ci/run_python_tests.sh(via Poetry) to execute coordinator, SDK, miner-node, and wallet-daemon test suites before submitting changes. - GitHub Actions (
.github/workflows/python-tests.yml) automatically runs the same script on pushes and pull requests targetingmain.
Languages
Python
72.1%
TypeScript
11.9%
HTML
11.8%
Shell
2.3%
CSS
0.6%
Other
1.2%