Loading...
Loading...
VeChainThor node internals — architecture, consensus (PoA/PoS/BFT), built-in contracts, REST API, storage, P2P networking, block production, transaction lifecycle, reward distribution, staking, and contributing to the Go codebase.
npx skill4agent add vechain/vechain-ai-skills thorgithub.com/vechain/thor/v2architecture.mdcontributing.mdapi.mdarchitecture.md| Topic | File | Read when user mentions... |
|---|---|---|
| Architecture | references/architecture.md | overview, packages, node types, ports, flags, fork config, tech stack |
| Consensus | references/consensus.md | PoA, PoS, BFT, finality, proposer, validator selection, VRF, Galactica |
| Built-in contracts | references/built-in-contracts.md | Authority, Energy, VTHO, Staker, Params, Prototype, Executor, native contracts |
| REST API | references/api.md | API, endpoints, routes, subscriptions, WebSocket, Swagger |
| Storage | references/storage.md | database, LevelDB, SQLite, logdb, trie, pruning, archive, disk |
| P2P networking | references/p2p.md | peers, discovery, discv5, propagation, sync protocol, bootstrap |
| Contributing | references/contributing.md | build, Makefile, tests, lint, add endpoint, fork config, PR, Go conventions |
| Solo mode | references/solo.md | solo, local dev, test chain, pre-funded accounts, auto-mine |
| Flow: block production | references/flow-block-production.md | block packing, scheduler, proposer, how blocks are created |
| Flow: transaction lifecycle | references/flow-transaction-lifecycle.md | tx flow, txpool, clause execution, receipts, tx validation |
| Flow: reward distribution | references/flow-reward-distribution.md | rewards, VTHO generation, validator rewards, gas rewards, burning |
| Flow: staking & delegation | references/flow-staking-delegation.md | staking, delegation, unstaking, Staker contract, validator lifecycle |
| Flow: chain sync | references/flow-sync.md | sync, catch-up, peer download, fork handling, reorg, propagation |