Skip to main content

HieraChain - The Hierarchical Blockchain Enterprise Ledger

Project description

HieraChain - The Hierarchical Blockchain Enterprise Ledger

Python Versions License License PyPI version

English | Tiếng Việt

Overview

HieraChain is an enterprise ledger built on hierarchical blockchain technology, designed specifically for business applications without any cryptocurrency concepts. Rather than being a general-purpose blockchain platform focused on digital currencies, HieraChain provides a secure, hierarchical ledger structure for managing business operations and processes.

This ledger implements a multi-layer hierarchical architecture where Main Chains supervise Sub-Chains, enabling scalable and secure business process management. All operations within the system are referred to as "events" rather than "transactions," emphasizing its focus on business applications.

Key Features

  • Hierarchical Structure: Multi-layer architecture with Main Chains (supervisors) and Sub-Chains (domain experts).

  • Consensus Mechanisms: Supports Proof of Authority (PoA), Proof of Federation (PoF), and Byzantine Fault Tolerant (BFT) consensus.

  • High Performance: Columnar storage with Apache Arrow, hybrid caching, and parallel event processing.

  • Reliability & Recovery: Durable transaction journaling, automated failure recovery, and state rollback capabilities.

  • Comprehensive Security Architecture: An omnipresent, enterprise-grade security philosophy extending across the entire system lifecycle (not just a single module), built on 6 core pillars:

    • Authorization (ABAC Policy Engine & MSP)
    • Lockdown & Logging (Quorum-based Voting & Tamper-evident Logs)
    • Fault-tolerance (BFT & Federation)
    • Risk Analyzer (Real-time Z-score activity monitoring)
    • Encryption (AES-256-GCM for storage, Ed25519 for signatures)
    • Decentralized Zero-Knowledge Proofs (ZK Verifier for trustless chain anchoring)

Documentation

Comprehensive documentation is available at our official website docs.hierachain.org:

Quick Start

Installation

Via PIP (recommended)

pip install HieraChain

From source (for development)

git clone https://github.com/VanDung-dev/HieraChain.git
cd HieraChain
python -m venv venv
source venv/bin/activate  # Linux/macOS (or venv\Scripts\activate on Windows)

# Install dependencies and project in dev mode
pip install -r requirements.txt
pip install -e .

Basic Usage

from hierachain.hierarchical import HierarchyManager

manager = HierarchyManager()
manager.create_sub_chain("supply_chain")

# Add an event
manager.add_event("supply_chain", {
    "entity_id": "PROD-001",
    "event": "production_complete",
    "timestamp": 1703088000.0,
    "details": {"quantity": 100}
})

# Submit proof to main chain
manager.submit_proof("supply_chain")

API Server:

python -m hierachain

API available at http://localhost:2661/docs

Technical Specifications

Metric Value
Test Cases >700
Python Support 3.10, 3.11, 3.12, 3.13
Consensus Types PoA, PoF, BFT
Signature Algorithm Ed25519
Encryption AES-256-GCM

License

This project is dual licensed under either the Apache-2.0 License or the MIT License. You may choose either license.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

hierachain-0.0.2.tar.gz (374.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

hierachain-0.0.2-py3-none-any.whl (448.1 kB view details)

Uploaded Python 3

File details

Details for the file hierachain-0.0.2.tar.gz.

File metadata

  • Download URL: hierachain-0.0.2.tar.gz
  • Upload date:
  • Size: 374.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.3

File hashes

Hashes for hierachain-0.0.2.tar.gz
Algorithm Hash digest
SHA256 fb6839877f79905160c8671d71ab0340fcefd47a56417def327b094712e44c9f
MD5 5f44c837ea7549d7451473e42ebf56cf
BLAKE2b-256 57c954ce9e77eb58fb4ee3703e424fc7c4f9c5373f1a7ae4a4a2be08e9ee7a24

See more details on using hashes here.

File details

Details for the file hierachain-0.0.2-py3-none-any.whl.

File metadata

  • Download URL: hierachain-0.0.2-py3-none-any.whl
  • Upload date:
  • Size: 448.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.3

File hashes

Hashes for hierachain-0.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 7f26c6038d13d9499004310ac6d2104647571d49055bf1fbc2c66d9a205b59ca
MD5 6dc2d1e70ea0518f6ac7134ba5618d76
BLAKE2b-256 f0025769a8fa48bce28663e54dc4f449e5ae42ac0412758443d913ec9fccfac4

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page