← 返回
开发者工具 中文

Aavegotchi Renderer Bypass

Render Aavegotchi assets by deriving renderer hashes from Goldsky Base core data and calling POST /api/renderer/batch on www.aavegotchi.com. Use when the use...
通过从 Goldsky Base 核心数据派生渲染器哈希,并在 www.aavegotchi.com 上调用 POST /api/renderer/batch 来渲染 Aavegotchi 资产。用于...
cinnabarhorse cinnabarhorse 来源
开发者工具 clawhub v0.1.0 1 版本 99890 Key: 无需
★ 0
Stars
📥 908
下载
💾 7
安装
1
版本
#latest

概述

Aavegotchi Renderer Bypass

Render gotchi assets from token data and renderer batch APIs.

Inputs

  • Accept either tokenId or inventory URL with id=.
  • Target Base by default (chainId=8453).

Outputs

  • Return derived renderer hash.
  • Return /api/renderer/batch HTTP status.
  • Save raw batch JSON to disk.
  • Save PNG_Full and PNG_Headshot to disk when available.
  • Return GLB_3DModel availability and URL when present.

Execute

  1. Extract tokenId from direct input or inventory URL.
  2. Query Goldsky Base core subgraph:

https://api.goldsky.com/api/public/project_cmh3flagm0001r4p25foufjtt/subgraphs/aavegotchi-core-base/prod/gn

  1. Derive hash in renderer format:

---------

  1. Call POST https://www.aavegotchi.com/api/renderer/batch with:
    • verify: true
    • renderTypes: ["PNG_Full", "PNG_Headshot", "GLB_3DModel"]
  2. Download proxyUrls.PNG_Full and proxyUrls.PNG_Headshot.
  3. Return the hash, response, and saved artifact paths.

Command

Run the bundled script:

node scripts/render-gotchi-bypass.mjs --token-id 6741

Or pass an inventory URL:

node scripts/render-gotchi-bypass.mjs \
  --inventory-url "https://www.aavegotchi.com/u/0x.../inventory?itemType=aavegotchis&chainId=8453&id=6741"

Use --out-dir /tmp to control artifact location (default: /tmp).

Return format

Always return:

  1. tokenId
  2. hash
  3. /api/renderer/batch status and raw JSON
  4. PNG_Full and PNG_Headshot output paths (or missing reason)
  5. GLB_3DModel URL or availability.exists=false

Troubleshooting

  • If Goldsky returns no gotchi, verify tokenId and Base context.
  • If batch returns hash-format 400, verify eye mappings and left/right wearable order.
  • If availability.exists is false, rerun batch to trigger render and poll again.
  • If endpoint returns 404, verify production deployment state.

版本历史

共 1 个版本

  • v0.1.0 当前
    2026-03-29 15:40 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

dev-programming

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 677 📥 325,839
dev-programming

CodeConductor.ai

larsonreever
AI驱动平台,提供快速全栈开发、智能体、工作流自动化及低代码AI集成的可扩展产品创建。
★ 72 📥 181,442
business-ops

Aavegotchi Baazaar

cinnabarhorse
在 Base 主网 (8453) 上查看、添加并执行 Aavegotchi Baazaar 列表。可直接使用 GHST 购买,或使用 swapAndBuy* 使用 USDC 购买。安全优先:dryRun...
★ 0 📥 1,142