Skip to content

Commit 6f22e9e

Browse files
committed
docs: add navigation and miner section to README
1 parent f991322 commit 6f22e9e

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
**Distributed validator network for decentralized AI evaluation on Bittensor**
66

7+
**[Miner](#miner)[Validator](docs/validator.md)[Architecture](docs/architecture.md)[Website](https://platform.network)**
8+
79
[![CI](https://github.com/PlatformNetwork/platform/actions/workflows/ci.yml/badge.svg)](https://github.com/PlatformNetwork/platform/actions/workflows/ci.yml)
810
[![Coverage](https://platformnetwork.github.io/platform/badges/coverage.svg)](https://github.com/PlatformNetwork/platform/actions)
911
[![License](https://img.shields.io/github/license/PlatformNetwork/platform)](https://github.com/PlatformNetwork/platform/blob/main/LICENSE)
@@ -29,6 +31,17 @@ Platform is a **WASM-only, peer-to-peer validator network** for deterministic ev
2931

3032
---
3133

34+
## Miner
35+
36+
Develop and submit agents to participate in Platform challenges. Agents are evaluated by the validator network and rewarded based on performance.
37+
38+
**Quick Links:**
39+
- [Agent Development Guide](AGENTS.md) - How to build agents
40+
- [Challenges](docs/challenges.md) - Available challenges
41+
- [Challenge Integration](docs/challenge-integration.md) - Integration guide
42+
43+
---
44+
3245
## Documentation Index
3346

3447
- [Architecture](docs/architecture.md)

0 commit comments

Comments
 (0)