The Thor Skill provides authoritative guidance on the VeChainThor node (thor) internals and developer workflows. It covers Go codebase architecture, consen…
The Thor Skill provides authoritative guidance on the VeChainThor node (thor) internals and developer workflows. It covers Go codebase architecture, consensus protocols (PoA v1/v2, Galactica PoS, BFT finality), built-in contracts (Authority, Energy, Staker, Params, Prototype, Executor, Extension), REST and WebSocket APIs, storage (LevelDB, SQLite logdb, trie, pruning), P2P networking and discovery, block/tx propagation, and cross-cutting flows such as block production, tx lifecycle, staking/delegation, reward distribution and chain sync. Use it for debugging, extending or deploying thor nodes, adding endpoints, or contributing to the github.com/vechain/thor/v2 repo. Key features include guidance to read provided reference files first, a clear information priority (references → repo → web), solo mode for local development, and practical contributor instructions (build, test, fork, and add endpoints).
Esta página faz parte do hub OpenClaw Skills com guias de instalação, navegação por categorias e links práticos.