- Change file mode from 644 to 755 for all project files - Add chain_id parameter to get_balance RPC endpoint with default "ait-devnet" - Rename Miner.extra_meta_data to extra_metadata for consistency
20 lines
838 B
Markdown
Executable File
20 lines
838 B
Markdown
Executable File
# 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
|