{
  "$schema": "https://schemas.hanami.fi/project.schema.json",
  "name": "HANAMI",
  "jp": "花見",
  "description": "Time-bounded liquidity primitive on Solana. Bloom positions auto-settle at end_slot, capping impermanent loss by design.",
  "homepage": "https://hanami.fi",
  "repository": "https://github.com/baayoo/hanami",
  "twitter": "https://x.com/hanami_fi",
  "license": "MIT",
  "category": "defi-primitive",
  "stage": "pre-deployment",
  "deployment": {
    "devnet": {
      "status": "ready",
      "program_id": "BeGzo6j9d6YPXXq93Y5mrnnGCyKPoVh2qQFD8Frnrsrn",
      "explorer": "https://solscan.io/account/BeGzo6j9d6YPXXq93Y5mrnnGCyKPoVh2qQFD8Frnrsrn?cluster=devnet"
    },
    "mainnet": {
      "status": "pending"
    }
  },
  "build": {
    "framework": "anchor",
    "version": "0.31.1",
    "rust": "1.95",
    "solana": "3.1"
  },
  "tests": {
    "framework": "anchor-test",
    "count": 14,
    "passing": 14,
    "coverage": ["pool init", "create_bloom", "swap", "settle_bloom", "chirigiwa", "fee isolation", "double-settle rejection"]
  },
  "endpoints": {
    "health": "https://hanami.fi/api/health",
    "manifest": "https://hanami.fi/manifest.webmanifest",
    "robots": "https://hanami.fi/robots.txt",
    "sitemap": "https://hanami.fi/sitemap.xml"
  }
}
