Files
aitbc/docs/tutorials/index.md
oib ff5486fe08 ```
chore: refactor logging module, update genesis timestamp, remove model relationships, and reorganize routers

- Rename logging.py to logger.py and update import paths in poa.py and main.py
- Update devnet genesis timestamp to 1766828620
- Remove SQLModel Relationship declarations from Block, Transaction, and Receipt models
- Add SessionDep type alias and get_session dependency in coordinator-api deps
- Reorganize coordinator-api routers: replace explorer/registry with exchange, users, marketplace
2025-12-28 21:05:53 +01:00

1.5 KiB

AITBC Tutorials

Welcome to the AITBC tutorials section. Here you'll find comprehensive guides for building on the AITBC platform.

Core Platform Tutorials

Building Custom Proposers

Learn how to create custom block proposers for specialized consensus logic in AITBC's Proof of Authority system.

Marketplace Extensions

Discover how to extend the AITBC marketplace with custom auction types, service categories, and integrations.

Infrastructure Tutorials

Mining Setup

Set up your GPU miners to participate in the AITBC network and earn rewards.

Running a Node

Deploy and operate your own AITBC blockchain node.

Development Tutorials

Building a DApp

Create decentralized applications on top of the AITBC platform.

Integration Examples

Real-world examples of integrating AITBC services into your applications.

Advanced Tutorials

Zero-Knowledge Applications

Implement privacy-preserving features using ZK-SNARKs.

Cross-Chain Integration

Connect AITBC with other blockchain networks.

Contributing

Have a tutorial idea? We'd love your contributions! Check out our contributing guide to get started.

Need Help?