什么是 certified-variables?
使用 Merkle 树和子网 BLS 签名提供来自查询调用的经过加密验证的响应。涵盖认证数据 API、RbTree/CertTree 构建、见证生成和前端证书验证。当查询响应需要验证、认证数据或响应真实性证明时使用。 来源:dfinity/icskills。
使用 Merkle 树和子网 BLS 签名提供来自查询调用的经过加密验证的响应。涵盖认证数据 API、RbTree/CertTree 构建、见证生成和前端证书验证。当查询响应需要验证、认证数据或响应真实性证明时使用。
通过命令行快速安装 certified-variables AI 技能到你的开发环境
来源:dfinity/icskills。
Query responses on the Internet Computer come from a single replica and are NOT verified by consensus. A malicious or faulty replica could return fabricated data. Certification solves this: the canister stores a hash in the subnet's certified state tree during update calls, and then query responses include a certificate signed by the subnet's threshold BLS key proving the data is authentic. The result is responses...
No external canister IDs required. Certification uses the IC system API exposed through CDK wrappers:
For canisters serving HTTP responses directly (not through the asset canister), responses must be certified so the HTTP gateway can verify them.
使用 Merkle 树和子网 BLS 签名提供来自查询调用的经过加密验证的响应。涵盖认证数据 API、RbTree/CertTree 构建、见证生成和前端证书验证。当查询响应需要验证、认证数据或响应真实性证明时使用。 来源:dfinity/icskills。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/dfinity/icskills --skill certified-variables使用 Merkle 树和子网 BLS 签名提供来自查询调用的经过加密验证的响应。涵盖认证数据 API、RbTree/CertTree 构建、见证生成和前端证书验证。当查询响应需要验证、认证数据或响应真实性证明时使用。 来源:dfinity/icskills。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/dfinity/icskills --skill certified-variables 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/dfinity/icskills