


Telcoin Association (Telcoin-Network)
Everything you need to learn Telcoin Association’s Tel-coin Network (Rust): 66 comprehensive code tours totaling over 900 steps, formulas presented in LaTeX, and a detailed glossary.
Click here to watch video preview
Cantina, 17 Jun → 16 Jul 2025
Everything you need to learn Telcoin Association’s Tel-coin Network (Rust): 66 comprehensive code tours totaling over 900 steps, formulas presented in LaTeX, and a detailed glossary.
Click here to watch video preview
Cantina, 17 Jun → 16 Jul 2025
Everything you need to learn Telcoin Association’s Tel-coin Network (Rust): 66 comprehensive code tours totaling over 900 steps, formulas presented in LaTeX, and a detailed glossary.
Click here to watch video preview
Cantina, 17 Jun → 16 Jul 2025
Code Tours
1.1: Overview: Telcoin Network Architecture
2.1: Core-Types: Overview
2.2: Core-Types: Primary Consensus Data
2.3: Core-Types: Worker Batch Data
2.4: Core-Types: Cryptography
2.5: Core-Types: Committee and Reputation
2.6: Core-Types: Consensus Output & Chain
2.7: Core-Types: Utilities I – Serialization, Errors, DB, Notifications, Tasks
2.8: Core-Types: Utilities II – Gas Accumulator, Helpers, Sync, Worker Info
3.1: Infrastructure: Node Configuration Overview
3.2: Node Configuration: Key Management
3.3: Node Configuration: Consensus and Genesis Configuration
3.4: Node Configuration: P2P Network and Retry
3.5: Node Configuration: Top-level Node Config and I/O Traits
4.1: Core: Storage – Overview
5.1: Core Networking: Overview
5.2: Core Networking: network-types crate
5.3: Core Networking: network-libp2p core modules
5.4: Core Networking: consensus P2P network
5.5: Core Networking: peer management
5.6: Core Networking: Kademlia persistence
6.1: Core: Consensus-Worker: Overview
6.2: Core: Consensus-Worker: The Worker Logic
6.3: Core: Consensus-Worker: The Quorum Waiter
6.4: Core: Consensus-Worker: The Batch Fetcher
6.5: Core: Consensus-Worker: Networking
7.1: Core Consensus-Primary: Overview
7.2: Primary Actor & State Handler
7.3: Consensus State Management
7.4: Bullshark Consensus Protocol
7.5: State Synchronization
7.6: Proposer & Certificate Creation
7.7: Networking & Consensus Bus
7.8: Certificate Fetcher & Recent Blocks
8.1: Core: Consensus-Executor: Overview
8.2: Core: Consensus-Executor: The Subscriber
9.1: Core: Engine: Overview
9.2: ExecutorEngine: Main Execution Loop
9.3: Payload Builder & Error Types
9.4: Payload Builder & Error Types
10.1: Core: Reth-Integration: Overview
10.2: Reth-Integration: EVM Configuration and Execution
10.3: Reth-Integration: Payloads and Transaction Pool
10.4: Reth-Integration: Supporting Modules
11.1: Core: Node-Orchestrator: Overview
11.2: The Node Inner State
11.3: The Node Manager
11.4: The Primary Node
11.5: The Worker Node
11.6: Node Errors
11.7: The Worker Node
11.8: Node Errors
12.1: Periphery: State-Sync
13.1: Periphery: Batch Validator: Overview
13.2: Periphery: Batch Validator: Implementation Details
13.3: Batch Assembly Logic in batch.rs
13.4: Error Handling in error.rs
14.1: Periphery: Batch Validator: Overview
14.2: Periphery: Batch Validator: Implementation Details
15.1: Periphery: TN RPC: Overview
15.2: Periphery: TN RPC: RPC Extension Implementation
16.1: Periphery: TN Faucet – Overview
16.2: Periphery: TN Faucet – CLI Extension
16.3: Periphery: TN Faucet – Core Config & Frontend
16.4: Periphery: TN Faucet – RPC Integration
16.5: Periphery: TN Faucet – Service Logic