A highly customized, sovereign fork of the Cosmos SDK built exclusively for the Mukan Network.
## Overview **Mukan SDK** is the core blockchain framework that powers the Mukan Network. It is a deliberate and permanent hard-fork of the [Cosmos SDK](https://github.com/cosmos/cosmos-sdk), surgically modified to enforce the **Fair Birth** and **Zero Initial Supply** consensus rules of the Mukan Network. ### Key Architectural Differences from Cosmos SDK Unlike standard Cosmos chains which require an initial Proof-of-Stake (PoS) bond to bootstrap the network, the Mukan SDK introduces a fundamental paradigm shift: **"Labor over Capital"**. - **Zero-Supply Genesis:** Hardcoded bypass of the `IsPositive()` bonding requirements, allowing validators to join the network and produce blocks with exactly `0 UMC`. - **Labor-Backed Consensus Power:** Modified `TokensToConsensusPower` logic ensuring that validators with `0 UMC` still possess a minimum voting power of `1`, transitioning the early network into a pure Proof-of-Work (PoW) and Proof-of-Justice (PoJ) environment. - **Phased PoS Activation:** The traditional Proof-of-Stake mechanics are kept dormant until the initial target supply (1000 MC) is mined through the PoJ module. ## Integration The Mukan SDK is specifically designed to be imported by the `mukan-core` daemon. ```go replace github.com/cosmos/cosmos-sdk => git.cw.tr/mukan-network/mukan-sdk ``` ## License Mukan SDK is licensed under the **GNU General Public License v3.0 (GPLv3)**. This ensures that any network built on this framework remains open, fair, and prevents corporate monopolization of the code. *Original Cosmos SDK components remain under their respective Apache 2.0 licenses where applicable, but the Mukan SDK fork as a whole is distributed under GPLv3.*