원클릭으로
blockchain-guide
Blockchain architecture, chain services, TSS keygen/keysign, and vault key management.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Blockchain architecture, chain services, TSS keygen/keysign, and vault key management.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Implement UI from Figma designs via MCP with a closed-loop pixel-parity check. Extract exact values (never eyeball), translate to SwiftUI, then render→diff→fix against the Figma export until it matches. Use when implementing or auditing UI against Figma.
HTTP networking layer reference — TargetType, HTTPClient, services, error handling.
Fetch CodeRabbit review comments from batch PRs and auto-fix the issues. Pushes fixes and re-requests review.
Run multiple tasks overnight as parallel PRs. Produces a PRD per task, selects skills/rules, spawns isolated agents, and reports PR links.
Run multiple tasks overnight as parallel PRs. Produces a PRD per task, selects skills/rules, spawns isolated agents, and reports PR links.
Run SwiftLint and xcodebuild to verify the project compiles cleanly.
| name | blockchain-guide |
| description | Blockchain architecture, chain services, TSS keygen/keysign, and vault key management. |
| user-invocable | false |
Vultisig supports 40+ blockchains using threshold signature schemes (TSS) with three cryptographic algorithms.
| Algorithm | Library | Curve | Chains |
|---|---|---|---|
| ECDSA | godkls | secp256k1 | Bitcoin, EVM, THORChain, Cosmos, Ripple, Tron (34 chains) |
| EdDSA | goschnorr | Ed25519 | Solana, Cardano, Polkadot, Ton, Sui (6 chains) |
| ML-DSA | vscore | ML-DSA-44 | Post-quantum support (future) |
BlockChainService (Core/Services/BlockChainService.swift) coordinates chain-specific operations:
BlockChainSpecific)ChainType enum (Core/States/ChainType.swift):
.UTXO - Bitcoin, Litecoin, Dash, etc..Cardano - Special UTXO (EdDSA).EVM - Ethereum, Polygon, etc..Solana, .Sui, .Polkadot, .Ton - EdDSA chains.THORChain, .Cosmos, .Ripple, .Tron - ECDSA chainschains.md in this skill directorykeygen-keysign.md in this skill directoryCore/Utils/Endpoint.swift (~1500 lines, centralized URLs)Model/Vault.swift (SwiftData, holds keys + coins)