grimoire list @kontor/kontor-sdk @kontor/kontor-sdk
KontorProtocol/Kontor-SDK
TS SDK for Kontor, a BTC metaprotocol
Topics
- Getting Started with Kontor SDK
grimoire show @kontor/kontor-sdk getting-startedInstallation, basic setup, and first contract interaction walkthrough - Client Architecture Overview
grimoire show @kontor/kontor-sdk client-architectureUnderstanding the client-server model, transport layers, and how public and wallet clients work together - Account Management and Key Handling
grimoire show @kontor/kontor-sdk account-managementWorking with HD keys, mnemonics, private keys, and P2TR address generation - Transport Layer Abstraction
grimoire show @kontor/kontor-sdk transport-layersHTTP, RPC, and custom transport implementations for blockchain communication - Client Extension with Decorators
grimoire show @kontor/kontor-sdk decorator-patternExtending client functionality using the decorator pattern for modular action composition - Dual Module System (CJS/ESM)
grimoire show @kontor/kontor-sdk dual-module-supportUnderstanding the dual CommonJS and ES Module build output and usage patterns - Advanced Promise Handling
grimoire show @kontor/kontor-sdk promise-utilitiesRequest batching, deduplication, and retry mechanisms for efficient RPC calls - Transaction Signing with PSBT
grimoire show @kontor/kontor-sdk transaction-signingCreating and signing Partially Signed Bitcoin Transactions for contract interactions - Actions API Reference
grimoire show @kontor/kontor-sdk actions-apiHigh-level action interfaces for blockchain queries, transactions, and wallet operations - Contract Interactions and WIT Specifications
grimoire show @kontor/kontor-sdk contract-interactionsType-safe contract method invocation using WebAssembly Interface Types - Data Encoding and Decoding
grimoire show @kontor/kontor-sdk encoding-decodingWorking with hex encoding, WIT parameter encoding, and data transformation utilities - WIT Parser and ABI Handling
grimoire show @kontor/kontor-sdk wit-parser-guideParsing and working with WebAssembly Interface Types for contract ABIs - RPC and HTTP Schema Definitions
grimoire show @kontor/kontor-sdk rpc-schemasType definitions and validation schemas for Kontor protocol communication
grimoire add @kontor/kontor-sdk