Loading...
Loading...
Compare original and translation side by side
#[composable]ComposableStateContractInterfacereferences/contract-patterns.md#[composable]ComposableStateContractInterfacereferences/contract-patterns.mdDelegateInterfacereferences/delegate-patterns.mdDelegateInterfacereferences/delegate-patterns.mdreferences/ui-patterns.mdreferences/ui-patterns.mdreferences/build-system.mdreferences/build-system.mdmy-dapp/
├── common/ # Shared types between contract/delegate/UI
│ └── src/
│ ├── lib.rs
│ └── state/ # State definitions
├── contracts/
│ └── my-contract/
│ ├── Cargo.toml
│ └── src/lib.rs # ContractInterface implementation
├── delegates/
│ └── my-delegate/
│ ├── Cargo.toml
│ └── src/lib.rs # DelegateInterface implementation
├── ui/
│ ├── Cargo.toml
│ ├── Dioxus.toml
│ └── src/
│ ├── main.rs
│ └── components/
├── Cargo.toml # Workspace root
└── Makefile.toml # cargo-make build tasksmy-dapp/
├── common/ # 合约/委托/UI之间的共享类型
│ └── src/
│ ├── lib.rs
│ └── state/ # 状态定义
├── contracts/
│ └── my-contract/
│ ├── Cargo.toml
│ └── src/lib.rs # ContractInterface实现
├── delegates/
│ └── my-delegate/
│ ├── Cargo.toml
│ └── src/lib.rs # DelegateInterface实现
├── ui/
│ ├── Cargo.toml
│ ├── Dioxus.toml
│ └── src/
│ ├── main.rs
│ └── components/
├── Cargo.toml # 工作区根目录
└── Makefile.toml # cargo-make构建任务contracts/room-contract/delegates/chat-delegate/ui/common/contracts/room-contract/delegates/chat-delegate/ui/common/undefinedundefined
---
---freenet/freenet-agent-skillsfreenet/freenet-agent-skillsgh issue create --repo freenet/freenet-agent-skills \
--title "dapp-builder: <brief description>" \
--body "## Problem
<describe what was unclear or incorrect>gh issue create --repo freenet/freenet-agent-skills \
--title "dapp-builder: <简要描述>" \
--body "## 问题
<描述不清楚或错误的内容>undefinedundefinedundefinedundefinedundefinedundefined