Github
Explore our open-source repositories on GitHub. View the codebase, submit pull requests, report issues, and collaborate with our developer community.
Built in the Open, By Everyone
Monolythium is fully open-source under permissive MIT and Apache 2.0 licenses. Every line of protocol code, every SDK, and every tool is publicly auditable, forkable, and free to use. We believe sovereign infrastructure demands transparent software.
Full Transparency
Every protocol decision, code change, and governance proposal is visible on GitHub.
Community Governed
Protocol upgrades are proposed and voted on by the community through on-chain governance.
Security First
All core repositories undergo third-party security audits with published reports.
+
Repositories
+
Contributors
K+
Commits
+
GitHub Stars
Key Repositories
Explore the core building blocks of the Monolythium blockchain. Every repository is open source, audited, and built for production use.
monolythium-core
The reference node implementation for the Monolythium L1. Includes the consensus engine, state machine, P2P networking layer, and validator infrastructure powering the network.
mono-sdk
The official JavaScript/TypeScript SDK for interacting with the Monolythium blockchain. Wallet management, transaction signing, smart contract calls, and event subscriptions.
mono-contracts
Audited smart contract libraries for the Monolythium VM. Includes ERC-20/721 tokens, governance modules, staking primitives, and cross-chain bridge contracts.
mono-cli
The developer command-line interface for the Monolythium network. Scaffold projects, deploy and verify contracts, manage validators, query on-chain state, and run local devnets.
$ npm install -g @monolythium/cli
monoscan
Full-featured block explorer for the Monolythium network. Browse transactions, accounts, validators, smart contracts, governance proposals, and real-time chain analytics with a modern interface.
Monolythium v1.4.0 — Helios
Major performance upgrade with parallel transaction execution, reducing block times to 2-second finality. Includes EVM precompile extensions, improved validator reward distribution, and enhanced P2P gossip protocol.
Recent Versions
Quick Install
$ curl -sSf https://install.monolythium.com | sh
or install via npm:
$ npm install -g @monolythium/cli
Contribution Guidelines
Monolythium is built by a global community of contributors. Whether you are fixing a typo or implementing a new consensus algorithm, every contribution matters.
Fork & Clone
Fork the repository and clone it locally. Create a feature branch from main.
Write & Test
Write clean, documented code. All PRs must pass CI checks and include unit tests.
Submit PR
Open a pull request with a clear description. Reference any related issues.
Review & Merge
Core maintainers review within 48 hours. Approved PRs are merged into main.
Good First Issues
New to the codebase? These issues are specifically labeled for first-time contributors, with clear context and mentorship from core maintainers.
Add JSON-RPC method documentation
mono-docs · docs
Improve SDK error messages
mono-sdk-js · enhancement
Add Python SDK type hints
mono-sdk-python · typing
Fix explorer dark mode contrast
mono-explorer · bug
Build the Future of Decentralized Infrastructure
Whether you are a protocol engineer, smart contract developer, or open source enthusiast, there is a place for you in the Monolythium community.
Preview Environment
All information on these pages is placeholder content and does not represent final product details, specifications, or commitments.