什么是 solana-compression?
使用 Light 协议在 Solana 上使用 ZK 压缩进行构建。在创建压缩令牌、压缩 PDA 或将 ZK 压缩集成到 Solana 程序中时使用。涵盖压缩帐户模型、状态树、有效性证明以及与 Helius/Photon RPC 的客户端集成。 来源:tenequm/claude-plugins。
使用 Light 协议在 Solana 上使用 ZK 压缩进行构建。在创建压缩令牌、压缩 PDA 或将 ZK 压缩集成到 Solana 程序中时使用。涵盖压缩帐户模型、状态树、有效性证明以及与 Helius/Photon RPC 的客户端集成。
通过命令行快速安装 solana-compression AI 技能到你的开发环境
来源:tenequm/claude-plugins。
ZK Compression enables rent-free tokens and PDAs on Solana by storing state on the ledger instead of in accounts, using zero-knowledge proofs to validate state transitions. Built by Light Protocol and indexed by Helius Photon.
Compressed accounts are similar to regular Solana accounts but stored differently:
| Storage | AccountsDB (disk) | Ledger (call data) | | Rent | Required (0.002 SOL per 100 bytes) | None | | Identification | Pubkey | Hash (changes on write) or Address | | State validation | Runtime checks | ZK validity proofs |
使用 Light 协议在 Solana 上使用 ZK 压缩进行构建。在创建压缩令牌、压缩 PDA 或将 ZK 压缩集成到 Solana 程序中时使用。涵盖压缩帐户模型、状态树、有效性证明以及与 Helius/Photon RPC 的客户端集成。 来源:tenequm/claude-plugins。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/tenequm/claude-plugins --skill solana-compression使用 Light 协议在 Solana 上使用 ZK 压缩进行构建。在创建压缩令牌、压缩 PDA 或将 ZK 压缩集成到 Solana 程序中时使用。涵盖压缩帐户模型、状态树、有效性证明以及与 Helius/Photon RPC 的客户端集成。 来源:tenequm/claude-plugins。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/tenequm/claude-plugins --skill solana-compression 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/tenequm/claude-plugins