Files
aitbc/docs/contracts/README.md
aitbc 4cd4be0846 Add pnpm setup documentation for contracts directory
- Create docs/contracts/PNPM_SETUP.md with pnpm configuration guide
- Update docs/contracts/README.md to link to PNPM_SETUP.md
- Document .npmrc settings, common commands, and troubleshooting
2026-05-22 22:31:48 +02:00

2.2 KiB

AITBC Contract Documentation

Level: Advanced
Prerequisites: Beginner blockchain concepts, AITBC project documentation, and basic smart contract familiarity
Estimated Time: 20-40 minutes
Last Updated: 2026-04-27
Version: 1.0

🧭 Navigation Path:

🏠 Documentation Home📜 ContractsYou are here

breadcrumb: Home → Contracts → Overview


🎯 See Also:


📚 Available Content

This directory contains documentation for AITBC smart contracts:

Use ZK-VERIFICATION.md when you need to:

  • Understand the off-chain proof generation flow
  • Review the on-chain verifier contract interface
  • Integrate receipt verification with the coordinator API
  • Validate settlement flows that depend on ZK proofs

Use PNPM_SETUP.md when you need to:

  • Set up the development environment with pnpm
  • Understand package manager configuration
  • Troubleshoot dependency issues
  • Run build and test commands

🔗 Where to go next


📊 Quality Metrics

  • Structure: 10/10 - Clear single-topic landing page.
  • Content: 10/10 - Points directly to the contract verification guide.
  • Navigation: 10/10 - Links to adjacent blockchain, security, and testing docs.
  • Status: Active index page.

Last updated: 2026-04-27
Version: 1.0
Status: Active index for contract documentation