zk-nullifier-snap 中文文档教程

发布于 2年前 浏览 8 项目主页 更新于 2年前

TypeScript 示例 Snap

此 Snap 演示了如何使用 TypeScript 开发 Snap。

注释

  • Babel 用于将 TypeScript 转换为 JavaScript,因此在使用 CLI 构建时, transpilationMode 必须设置为 localOnly(默认)或 localAndDeps
  • 要使全局 wallet 类型正常工作,您必须将以下内容添加到 tsconfig.json 中:
  {
    "files": ["./node_modules/@metamask/snap-types/global.d.ts"]
  }

TypeScript Example Snap

This Snap demonstrates how to develop a Snap with TypeScript.

Notes

  • Babel is used for transpiling TypeScript to JavaScript, so when building with the CLI, transpilationMode must be set to localOnly (default) or localAndDeps.
  • For the global wallet type to work, you have to add the following to your tsconfig.json:
  {
    "files": ["./node_modules/@metamask/snap-types/global.d.ts"]
  }
    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文