solana-compression이란?
Light Protocol을 사용하여 Solana에서 ZK 압축으로 구축하세요. 압축된 토큰, 압축된 PDA를 생성하거나 ZK 압축을 솔라나 프로그램에 통합할 때 사용하세요. 압축된 계정 모델, 상태 트리, 유효성 증명 및 Helius/Photon RPC와의 클라이언트 통합을 다룹니다. 출처: tenequm/claude-plugins.
Light Protocol을 사용하여 Solana에서 ZK 압축으로 구축하세요. 압축된 토큰, 압축된 PDA를 생성하거나 ZK 압축을 솔라나 프로그램에 통합할 때 사용하세요. 압축된 계정 모델, 상태 트리, 유효성 증명 및 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 Protocol을 사용하여 Solana에서 ZK 압축으로 구축하세요. 압축된 토큰, 압축된 PDA를 생성하거나 ZK 압축을 솔라나 프로그램에 통합할 때 사용하세요. 압축된 계정 모델, 상태 트리, 유효성 증명 및 Helius/Photon RPC와의 클라이언트 통합을 다룹니다. 출처: tenequm/claude-plugins.
AI/검색 인용용 안정적인 필드와 명령어.
npx skills add https://github.com/tenequm/claude-plugins --skill solana-compressionLight Protocol을 사용하여 Solana에서 ZK 압축으로 구축하세요. 압축된 토큰, 압축된 PDA를 생성하거나 ZK 압축을 솔라나 프로그램에 통합할 때 사용하세요. 압축된 계정 모델, 상태 트리, 유효성 증명 및 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