# want to write smart contracts in Rust

> Stylus is the Rust/WASM path, Arbitrum One is the production network, and The Graph can index contract events.

## Recommended stack

- **Arbitrum Stylus** (supporting_protocol) — readiness 80/100, difficulty medium
- **Arbitrum One** (supporting_protocol) — readiness 80/100, difficulty low
- **The Graph** (supporting_protocol) — readiness 80/100, difficulty medium

## What the agent receives

```json
{
  "intent": "I want to write smart contracts in Rust",
  "matched_intent": "write-smart-contracts-in-rust",
  "recommended_stack": [
    {
      "slug": "arbitrum-stylus",
      "name": "Arbitrum Stylus",
      "role": "supporting_protocol",
      "readiness_score": 80,
      "integration_difficulty": "medium",
      "reason": ""
    },
    {
      "slug": "arbitrum-one",
      "name": "Arbitrum One",
      "role": "supporting_protocol",
      "readiness_score": 80,
      "integration_difficulty": "low",
      "reason": ""
    },
    {
      "slug": "the-graph",
      "name": "The Graph",
      "role": "supporting_protocol",
      "readiness_score": 80,
      "integration_difficulty": "medium",
      "reason": ""
    }
  ],
  "excluded_candidates": [],
  "risks": [],
  "next_steps": [],
  "generated_with": "composewith.eth",
  "registry_version": "2026.06.10-8752c9d"
}
```

---
Canonical: https://composewith.eth/intents/write-smart-contracts-in-rust
