什么是 dapp-builder?
使用 River 作为模板在 Freenet 上构建去中心化应用程序。指导设计合约(共享状态)、委托(私有状态)和 UI。当用户想要创建新的 Freenet dApp、设计合约状态、实施委托或构建 Freenet 连接的 UI 时使用。 来源:freenet/freenet-agent-skills。
使用 River 作为模板在 Freenet 上构建去中心化应用程序。指导设计合约(共享状态)、委托(私有状态)和 UI。当用户想要创建新的 Freenet dApp、设计合约状态、实施委托或构建 Freenet 连接的 UI 时使用。
通过命令行快速安装 dapp-builder AI 技能到你的开发环境
来源:freenet/freenet-agent-skills。
Build decentralized applications on Freenet following the architecture patterns established in River (decentralized chat).
Freenet is a platform for building decentralized applications that run without centralized servers. Apps rely on a global, peer-to-peer Key-Value Store where the "Keys" are cryptographic contracts.
The "Key" for any piece of data is the cryptographic hash of the WebAssembly (WASM) code that controls it.
使用 River 作为模板在 Freenet 上构建去中心化应用程序。指导设计合约(共享状态)、委托(私有状态)和 UI。当用户想要创建新的 Freenet dApp、设计合约状态、实施委托或构建 Freenet 连接的 UI 时使用。 来源:freenet/freenet-agent-skills。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/freenet/freenet-agent-skills --skill dapp-builder使用 River 作为模板在 Freenet 上构建去中心化应用程序。指导设计合约(共享状态)、委托(私有状态)和 UI。当用户想要创建新的 Freenet dApp、设计合约状态、实施委托或构建 Freenet 连接的 UI 时使用。 来源:freenet/freenet-agent-skills。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/freenet/freenet-agent-skills --skill dapp-builder 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/freenet/freenet-agent-skills