- Add infrastructure.md and workflow files to .gitignore to prevent sensitive info leaks - Change blockchain node mempool backend default from memory to database for persistence - Refactor blockchain node logger with StructuredLogFormatter and AuditLogger (consistent with coordinator) - Add structured logging fields: service, module, function, line number - Unify coordinator config with Database
20 lines
838 B
Markdown
20 lines
838 B
Markdown
# Client Documentation
|
|
|
|
Rent GPU computing power for AI/ML workloads on the AITBC network.
|
|
|
|
## Reading Order
|
|
|
|
| # | File | What you learn |
|
|
|---|------|----------------|
|
|
| 1 | [1_quick-start.md](./1_quick-start.md) | Get running in 5 minutes |
|
|
| 2 | [2_job-submission.md](./2_job-submission.md) | Submit and configure jobs |
|
|
| 3 | [3_job-lifecycle.md](./3_job-lifecycle.md) | Track status, get results, view history, cancel |
|
|
| 4 | [4_wallet.md](./4_wallet.md) | Manage tokens and payments |
|
|
| 5 | [5_pricing-billing.md](./5_pricing-billing.md) | Understand costs and invoices |
|
|
| 6 | [6_api-reference.md](./6_api-reference.md) | REST API endpoints for integration |
|
|
|
|
## Related
|
|
|
|
- [CLI Guide](../0_getting_started/3_cli.md) — Command-line reference
|
|
- [Miner Docs](../3_miners/0_readme.md) — If you also want to provide GPU resources
|