No description
Find a file
2026-05-11 03:46:11 +03:00
.github/workflows initial: sovereign Mukan Network fork 2026-05-11 03:18:23 +03:00
app refactor: complete sovereign stack cleanup — all github.com upstream refs purged 2026-05-11 03:46:11 +03:00
cmd/mukand refactor: complete sovereign stack cleanup — all github.com upstream refs purged 2026-05-11 03:46:11 +03:00
docs initial: sovereign Mukan Network fork 2026-05-11 03:18:23 +03:00
proto initial: sovereign Mukan Network fork 2026-05-11 03:18:23 +03:00
testutil/sample refactor: complete sovereign stack cleanup — all github.com upstream refs purged 2026-05-11 03:46:11 +03:00
x refactor: complete sovereign stack cleanup — all github.com upstream refs purged 2026-05-11 03:46:11 +03:00
.gitignore initial: sovereign Mukan Network fork 2026-05-11 03:18:23 +03:00
buf.lock initial: sovereign Mukan Network fork 2026-05-11 03:18:23 +03:00
buf.yaml initial: sovereign Mukan Network fork 2026-05-11 03:18:23 +03:00
config.yml initial: sovereign Mukan Network fork 2026-05-11 03:18:23 +03:00
go.mod refactor: complete sovereign stack cleanup — all github.com upstream refs purged 2026-05-11 03:46:11 +03:00
go.sum initial: sovereign Mukan Network fork 2026-05-11 03:18:23 +03:00
LICENSE initial: sovereign Mukan Network fork 2026-05-11 03:18:23 +03:00
Makefile initial: sovereign Mukan Network fork 2026-05-11 03:18:23 +03:00
README.md initial: sovereign Mukan Network fork 2026-05-11 03:18:23 +03:00

Mukan Core

Mukan Core is the official node implementation (daemon) for the Mukan Network. Built on top of the heavily customized Mukan SDK, it serves as the foundational Layer-1 blockchain infrastructure emphasizing the principles of Fair Birth, Zero Initial Supply, and a unique PoW/PoJ (Proof of Justice) hybrid consensus.

Vision

Mukan Network completely rejects the traditional "rich get richer" Proof of Stake genesis model. Instead, the network bootstraps with exactly 0 UMC, relying entirely on the computational effort (PoW) and algorithmic verification (PoJ) of its early participants. Staking and governance mechanics only activate once the network achieves true decentralization through labor.

Architecture

  • Daemon: mukand
  • Framework: Mukan SDK (A sovereign fork of the Cosmos SDK)
  • Consensus Core: Ignite CLI scaffolded, CometBFT powered.
  • Key Modules: x/poj (Proof of Justice) and x/qpos (Quadratic PoS).

Getting Started

(Documentation for building and running the mukand node will be added as the network matures.)

License

Licensed under the GNU General Public License v3.0 (GPLv3).