blockchain

仓库创建 2026年6月30日最近提交 21 天前SkillHot 收录 21 天前
▸ 精选理由

聚焦审计、部署与链上链下分工,适合 dApp 与合约团队。

▸ 风险提示

涉及资金与合约安全,建议审计与严格测试后上链。

这个 Skill 做什么

面向区块链/Web3 的智能合约、钱包、代币与协议开发指南。

覆盖区块链/Web3 的开发与审计全流程:写、测试、审核智能合约,设计代币与 DAO,构建钱包与链上/链下分层方案。常用于 Solidity/EVM、Ethereum、Solana 等栈,配合 Hardhat、Foundry 做测试与部署,能处理 gas、multisig、oracle、L2/rollup 等实际问题。会给出可复现的代码、测试和部署建议。

▸ 展开 SKILL.md 英文原文

Use for blockchain/Web3 — smart contracts, DeFi, NFTs, DAOs, wallets, tokens. Triggers — Solidity, EVM, Ethereum, Solana, Anchor, Hardhat, Foundry, gas, multisig, oracle, L2/rollup.

垂直行业智能合约EVM/Solana钱包与代币通用
0
Stars
0
Forks
40
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/muxammadmamajonov/dot-claude/main/.claude/skills/blockchain/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/muxammadmamajonov/dot-claude/main/.claude/skills/blockchain/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Blockchain Application Development

## When to use
- Writing, testing, or auditing smart contracts (EVM / Solana / Cosmos)
- Building a wallet integration (EOA, multisig, smart-account / ERC-4337)
- Designing the on-chain vs off-chain data split for a dApp
- Implementing token standards (ERC-20, ERC-721, ERC-1155, SPL)
- Building DeFi protocols (AMM, lending, staking, yield)
- Integrating oracles, bridges, or cross-chain messaging
- Setting up a smart-contract deployment and upgrade pipeline

## Workflow

1. **Decide what must be on-chain vs off-chain** — the most important architectural decision:
   | On-chain (contract state) | Off-chain (backend / IPFS) |
   |--------------------------|
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有