BlockChainDocs
  • Overview
  • Tokenomics
    • Glossary
    • Tokenomics
  • Get started
    • Installation
    • Local Setup
    • Cloud Setup
    • CLI Command
  • Additional Features
    • Explorer
    • Network stress testing
  • Architecture
    • Architecture Overview
    • Modules
      • Blockchain
      • Consensus
      • Jason RPC
      • Minimal
      • Networking
      • Other modules
      • Protocol
      • Sealer
      • State
      • Storage
      • TxPool
      • Types
  • Community
    • Propose a new feature
    • Report an issue
  • Concepts
    • State in Ethereum
  • Configuration
    • Manage private keys
    • Server configuration file
    • Secret Managers
      • Set up AWS SSM (Systems Manager)
      • Set up GCP Secrets Manager
      • Set up Hashicorp Vault
  • Consensus
    • Proof of Stake
    • Set up and use Proof of Stake (PoS)
  • Working with node
    • Backup/restore node instance
    • Query JSON RPC endpoints
    • Query operator information
  • Development Roadmap
Powered by GitBook
On this page
  1. Architecture
  2. Modules

Other modules

Crypto

The Crypto module contains crypto utility functions.

Chain

The Chain module contains chain parameters (active forks, consensus engine, etc.)

  • chains - Predefined chain configurations (mainnet, goerli, ibft)

Helper

The Helper module contains helper packages.

  • dao - Dao utils

  • enode - Enode encoding/decoding function

  • hex - Hex encoding/decoding functions

  • ipc - IPC connection functions

  • keccak - Keccak functions

  • rlputil - Rlp encoding/decoding helper function

Command

The Command module contains interfaces for CLI commands.

PreviousNetworkingNextProtocol

Last updated 9 months ago