迈向 I 型文明:零信任网络 除AI训练外,一切传统数据中心能力皆可去中心化上链。
0
stars
1
commits
Rust
primary language
Sep 15, 2026
updated
Languages / 语言: English · 简体中文
What is NiuMeta, in one sentence: a zero-trust network protocol built on a Ticket-based Sovereign Intranet (TSI) — letting individuals, institutions, and AI compute providers handle custody, cross-border settlement, and confidential computation without relying on any centralized custodian, while still satisfying nation-state-grade compliance.
Whose problem does it solve: regulators lack a ledger that is simultaneously compliant and tamper-proof; institutions lack a settlement channel that is zero-trust yet high-performance; developers lack audited, drop-in infrastructure crates for building on top of a zero-trust network.
⭐ If NiuMeta's design resonates with you, please consider giving this repo a Star — it's the most direct way to support open, community-audited infrastructure.
CRITICAL NOTE: This is not a future vision or a theoretical whitepaper—it is a fully developed, rigorously tested, and production-ready implementation. The workspace contains 312 Rust crates.
tokeireports ~2.8 million lines of Rust Code: ~2.0 million production, ~400k in standalone test directories, and ~600k in in-src test modules. This core architecture has completed development and testing, and will be progressively fully open-sourced.
Ticket-based Sovereign Intranet (TSI)
Official Website: www.niumeta.com
While AI is displacing programmers, NiuMeta is creating 6 million stable, irreplaceable income opportunities for developers worldwide.
Supported by 25 immutable constitution files deployed to the core, we are launching a $5.5M global bounty program. We invite elite developers worldwide to co-audit the core infrastructure before our official launch and progressive full open-source release.
Try the mobile client: Install the v1.0 app to see first-hand that a decentralized wallet can match the everyday experience of a centralized one.
Bitcoin proved that a ledger without a trusted third party can exist. NiuMeta does not try to replace it. It answers a question Bitcoin's design never set out to answer: when the right to participate can be bought without limit, what stops decentralization from decaying into institutionalization? All three differences below follow from that question.
Bitcoin defines decentralization as "anyone may join anonymously and vote with hashpower." That definition carries an implicit premise: that hashpower stays distributed. Fifteen years on, a handful of pools persistently command the majority of network hashrate, ASIC manufacturing sits with a few vendors, and spot ETFs have concentrated custody of a large share of BTC into a few institutions. Under "anonymous + purchasable participation," the equilibrium of one-CPU-one-vote is one-dollar-one-vote. That is not a failure of execution; it is an outcome the definition permits.
NiuMeta changes the atomic unit of participation from "a unit of hashpower" to "one KYC-verified real natural person or legal entity":
The consequence: capital cannot be converted into protocol weight. A second seat requires a second real human willing to be identified. The slope of that curve is population, not money.
This is a deliberate trade. NiuMeta gives up permissionlessness to buy resistance to institutionalization. It is a Ticket-based Sovereign Intranet (TSI) — not a public chain, and it does not pretend to be one.
In Bitcoin, ordering and finality emerge from cumulative work under the longest-chain rule. Finality is therefore probabilistic: roughly ten minutes per block, conventionally six confirmations, and in principle always reorganizable by a longer chain.
NiuMeta's finality does not come from "whose chain is longer." It comes from a threshold-signature certificate formed independently at every height: one block per height, no fork choice, no longest-chain rule, no reorgs. The trust anchor is the aggregate threshold signature together with permissioned admission, so confirmation requires no accumulation — final on arrival, with durability additionally stamped on the storage side by the sovereign storage nodes.
The parent chain also plays a different role in each system. In Bitcoin the parent hash is part of the finality mechanism itself (work accumulates along the chain). In NiuMeta the parent chain belongs to the verification layer — it serves chain-walking validation for light clients and replay, while fund safety, unforgeability, and finality are guaranteed independently by the threshold certificate. The two are decoupled. That yields a property Nakamoto's structure does not have: the chain-level commitment covers not only the contents of the previous block, but also which group of seats finalized it and the supervision records written into it after finality — the consensus proof and the supervision outcome are themselves objects of the chain commitment, not attachments hanging off-chain.
Because shard ledgers are independent, each shard forms its own parent chain rather than sharing one network-wide.
Bitcoin is one global chain: every full node replays every transaction, throughput is bounded by the slowest full node, and everything depends on global broadcast.
NiuMeta is many independent parallel chains:
It converges at the phone. With no global ledger, where is "the truth of the world" anchored? On every handset:
The anchoring surface for truth is therefore not one globally replicated chain, but hundreds of millions of endpoints, each holding a sovereign identity and verifying independently. Shard count grows with the network and the anchoring surface grows with the number of real people — neither is bounded by the bandwidth of a single chain.
| Dimension | Bitcoin | NiuMeta |
|---|---|---|
| Atomic unit of participation | Anonymous hashpower (buyable without limit) | A KYC-verified real person / legal entity, one document one number |
| Seat cap per subject | None (capital decides) | One each of Guardian / Expert / AI, protocol-enforced; exit burns the seat |
| Admission | Permissionless, anonymous | Permissioned; unauthorized traffic physically dropped before the business layer |
| Finality | Probabilistic (longest chain, ~6 confirmations) | Deterministic (independent threshold certificate per height, one block per height, no reorgs) |
| Role of the parent chain | Part of the finality mechanism (work accumulates along it) | A verification-layer property, decoupled from finality; the chain commitment covers the consensus proof and supervision records |
| Topology | One global chain + global broadcast | Many independent parallel shard ledgers; no global business ledger, no global broadcast |
| Light client | SPV walking the header chain | Leap synchronization; a century of verifiable history compressed to tens of megabytes |
| Client diversity | Any implementation permitted | Every Expert runs one on-chain-whitelisted image; tampering → rejected / slashed; upgrades only via DAO |
Every row below maps to domain modules already implemented in the workspace, and becomes independently verifiable as the progressive open-source phases land.
| Domain | Representative problem | Underlying mechanism |
|---|---|---|
| 🏛️ Sovereign compliance & payments | Regulated fiat stablecoins (e.g. nHKD), zero-fee in-store QR collection, confidential ten-billion-dollar institutional transfers — all while satisfying AML / SEC / FINCEN requirements | L0 Tickets + compliance domain + audit domain + cross-chain bridge |
| ⚡ High-frequency finance | Order-book-grade decentralized exchange and batch clearing without giving up millisecond matching | High-frequency domain gateway + smart routing + independent shard ledgers |
| 🤖 Confidential supercompute & AI | Run autonomous-driving simulation, molecular modeling, or frontier-model inference on someone else's compute without leaking data, patented structures, or model weights | TEE confidential compute domain + hardware-level compute authenticity verification |
| 🌐 Decentralized storage & DePIN | Petabyte-scale content delivery and real-time telemetry from millions of devices, with tampering made physically impossible | Sovereign storage node network + self-healing replication + data-availability domain |
| 🧠 Intent solving | Composite strategies such as "auto-buy ETH with a stop-loss when BTC drops below 60k" without ever surrendering custody | Solver domain + smart routing |
| 🗳️ Social governance | One-person-one-identity, publicly verifiable voting at large scale, orders of magnitude cheaper than conventional electoral systems | One-document-one-number identity root + governance domain |
NiuMeta employs a highly decoupled Modular Domain Architecture alongside a high-concurrency, zero-dependency data structure engine. Combined with efficient threshold signatures and universal isomorphic sharding, it provides high-speed parallel channels tailored for diverse business scenarios.
flowchart TD
Client["Client / SDK<br/>(L0 physical + L1 type layer only)"] -->|ticketed request| Firewall{"TSI Dual Admission Firewall<br/>physical + logical"}
Firewall -->|unauthorized traffic| Drop(["physically dropped<br/>invisible to scanners / DDoS"])
Firewall -->|authorized ticket| Gateway["High-Frequency Domain Gateway"]
Gateway --> Router["Smart Routing Engine<br/>ms-level global load sensing"]
Router --> Experts["Distributed Secure Computing<br/>Expert Clusters"]
Router --> Guardians["Guardian Nodes<br/>Decentralized Sovereign Storage"]
At its core, NiuMeta is governed by 25 immutable constitution files deployed post-genesis (encompassing foundational economic parameters, staking tier tables, and root-level protocol rules).
We have launched a global developer bounty program offering up to $5,500,000. We invite elite security experts and developers worldwide to co-audit these constitution files. Upon the successful completion of the audit, the protocol will officially launch and progressively transition to full open-source.
mc-constitution core module, verifying its exponential defense characteristics against Sybil attacks.mc-constitution directory to review the complete constitutional design philosophy and code implementation. Submit your vulnerability reports or optimization proposals according to the Audit Guidelines.This public mirror houses the Phase 1 open-source components and audit tooling of the NiuMeta ecosystem. The primary directory structure is as follows:
| Directory | Role in this mirror |
|---|---|
mc-constitution/ | Core constitution module — permanently immutable network constants, economic parameters, and top-level architecture schematics. Primary audit target for the bounty program. |
Cross-ChainBridge/ | Open-source gateway — Arbitrum contracts plus clean-room SP1 ZK guest programs for independent verification of withdrawals and governance attestations. |
client-meta/ | Mobile meta node (L0) — published for read-only audit; not a standalone build kit from this mirror. |
client-desktop/ | Desktop command console (L4) — published for read-only audit; pairs with mobile via scan-to-authorize. |
niumeta-sdk-rs/ | Core SDK — no_std type crates and pure-function clients for Rust integrators. |
tools/ | Developer utilities — local sandbox, wallet trust audit, air-gap cold-sign helpers, and related tooling. |
Root-level study documents: PROTOCOL550_EXECUTION_PLAN_EN.md · 执行方案(中文)
Additional node daemons, gateways, and full-domain engines (client-expert, client-guard, mc-gateway, consensus cores, etc.) are released in later Progressive Open Source phases — see the roadmap below.
Fastest way in: install the v1.0 mobile client. Using it yourself is the clearest way to see that a decentralized wallet can match a centralized one.
Developers can also get a local, buildable feel for the SDK layer published in this mirror — no live network endpoint required:
git clone https://github.com/niumeta/niumeta.git
cd niumeta/niumeta-sdk-rs
# Type-check the public SDK facade (L0 + L1 only — no L3 business logic pulled in)
cargo check -p niumeta-sdk
# Run a leaf client crate's own test suite as a smoke check
cargo test -p mc-wallet
Next steps:
niumeta-sdk-rs/README.md for the full optional-feature matrix (bridge, settlement, solver, storage clients, and more).mc-constitution/ to review the immutable constitution files — the primary target of the $5.5M audit bounty.NiuMeta is fundamentally positioned as a Ticket-based Sovereign Intranet (TSI). We believe open-source is a tool to earn trust, not a vector to transfer sovereignty. To defend against "resource hegemony" and malicious hard forks attempting to siphon network compute and ecosystem value during our early stages, NiuMeta will execute a progressive open-source rollout across four phases as the physical defense network scales:
flowchart LR
P1["<b>Phase 1 · Now</b><br/>Trust & Transparency<br/>mc-constitution, bridge,<br/>ZK modules, SDKs"]
P2["<b>Phase 2 · 50K Guardians</b><br/>Verifying Capabilities<br/>Gateway peripherals, storage core,<br/>client-guard / client-desktop"]
P3["<b>Phase 3 · 100K Guardians</b><br/>Advanced Domains<br/>Confidential supercompute,<br/>AI TEE, scheduling engines"]
P4["<b>Phase 4 · 300K Guardians</b><br/>Full AA-Level Open Source<br/>mc-consensus, mc-tsi,<br/>kernel-space XDP"]
P1 --> P2 --> P3 --> P4
mc-constitution (economic model and immutable constitution parameters), cross-network bridge proxies, ZK verification modules, and extensive no_std type definition crates and pure-function SDKs.client-guard, client-desktop).mc-consensus (Turbulence consensus core), mc-tsi (Sovereign Intranet state machine), anti-DPI traffic shaping modules, and all kernel-space XDP interception code.Code can be copied, but the historical reputation database of global TEE devices, the concurrent defense web formed by 300,000 nodes, and the sovereign ticket threshold issued via multi-dimensional cryptography constitute the true, unreplicable barrier that no forked network can bypass.
The intellectual property of NiuMeta belongs to all of humanity. We have not registered any trademarks in any global jurisdiction, nor have we applied for any software patents. NiuMeta is a fully open-source, publicly shared protocol. A tribute to Satoshi Nakamoto, for the advancement of human civilization.
Last updated: 2026-08-31
1 commits
Rust
65.1%
TypeScript
16.6%
Shell
6.6%
Dart
6.3%
Solidity
4.4%
迈向 I 型文明:零信任网络 除AI训练外,一切传统数据中心能力皆可去中心化上链。
0
stars
1
commits
Rust
primary language
Sep 15, 2026
updated
Languages / 语言: English · 简体中文
What is NiuMeta, in one sentence: a zero-trust network protocol built on a Ticket-based Sovereign Intranet (TSI) — letting individuals, institutions, and AI compute providers handle custody, cross-border settlement, and confidential computation without relying on any centralized custodian, while still satisfying nation-state-grade compliance.
Whose problem does it solve: regulators lack a ledger that is simultaneously compliant and tamper-proof; institutions lack a settlement channel that is zero-trust yet high-performance; developers lack audited, drop-in infrastructure crates for building on top of a zero-trust network.
⭐ If NiuMeta's design resonates with you, please consider giving this repo a Star — it's the most direct way to support open, community-audited infrastructure.
CRITICAL NOTE: This is not a future vision or a theoretical whitepaper—it is a fully developed, rigorously tested, and production-ready implementation. The workspace contains 312 Rust crates.
tokeireports ~2.8 million lines of Rust Code: ~2.0 million production, ~400k in standalone test directories, and ~600k in in-src test modules. This core architecture has completed development and testing, and will be progressively fully open-sourced.
Ticket-based Sovereign Intranet (TSI)
Official Website: www.niumeta.com
While AI is displacing programmers, NiuMeta is creating 6 million stable, irreplaceable income opportunities for developers worldwide.
Supported by 25 immutable constitution files deployed to the core, we are launching a $5.5M global bounty program. We invite elite developers worldwide to co-audit the core infrastructure before our official launch and progressive full open-source release.
Try the mobile client: Install the v1.0 app to see first-hand that a decentralized wallet can match the everyday experience of a centralized one.
Bitcoin proved that a ledger without a trusted third party can exist. NiuMeta does not try to replace it. It answers a question Bitcoin's design never set out to answer: when the right to participate can be bought without limit, what stops decentralization from decaying into institutionalization? All three differences below follow from that question.
Bitcoin defines decentralization as "anyone may join anonymously and vote with hashpower." That definition carries an implicit premise: that hashpower stays distributed. Fifteen years on, a handful of pools persistently command the majority of network hashrate, ASIC manufacturing sits with a few vendors, and spot ETFs have concentrated custody of a large share of BTC into a few institutions. Under "anonymous + purchasable participation," the equilibrium of one-CPU-one-vote is one-dollar-one-vote. That is not a failure of execution; it is an outcome the definition permits.
NiuMeta changes the atomic unit of participation from "a unit of hashpower" to "one KYC-verified real natural person or legal entity":
The consequence: capital cannot be converted into protocol weight. A second seat requires a second real human willing to be identified. The slope of that curve is population, not money.
This is a deliberate trade. NiuMeta gives up permissionlessness to buy resistance to institutionalization. It is a Ticket-based Sovereign Intranet (TSI) — not a public chain, and it does not pretend to be one.
In Bitcoin, ordering and finality emerge from cumulative work under the longest-chain rule. Finality is therefore probabilistic: roughly ten minutes per block, conventionally six confirmations, and in principle always reorganizable by a longer chain.
NiuMeta's finality does not come from "whose chain is longer." It comes from a threshold-signature certificate formed independently at every height: one block per height, no fork choice, no longest-chain rule, no reorgs. The trust anchor is the aggregate threshold signature together with permissioned admission, so confirmation requires no accumulation — final on arrival, with durability additionally stamped on the storage side by the sovereign storage nodes.
The parent chain also plays a different role in each system. In Bitcoin the parent hash is part of the finality mechanism itself (work accumulates along the chain). In NiuMeta the parent chain belongs to the verification layer — it serves chain-walking validation for light clients and replay, while fund safety, unforgeability, and finality are guaranteed independently by the threshold certificate. The two are decoupled. That yields a property Nakamoto's structure does not have: the chain-level commitment covers not only the contents of the previous block, but also which group of seats finalized it and the supervision records written into it after finality — the consensus proof and the supervision outcome are themselves objects of the chain commitment, not attachments hanging off-chain.
Because shard ledgers are independent, each shard forms its own parent chain rather than sharing one network-wide.
Bitcoin is one global chain: every full node replays every transaction, throughput is bounded by the slowest full node, and everything depends on global broadcast.
NiuMeta is many independent parallel chains:
It converges at the phone. With no global ledger, where is "the truth of the world" anchored? On every handset:
The anchoring surface for truth is therefore not one globally replicated chain, but hundreds of millions of endpoints, each holding a sovereign identity and verifying independently. Shard count grows with the network and the anchoring surface grows with the number of real people — neither is bounded by the bandwidth of a single chain.
| Dimension | Bitcoin | NiuMeta |
|---|---|---|
| Atomic unit of participation | Anonymous hashpower (buyable without limit) | A KYC-verified real person / legal entity, one document one number |
| Seat cap per subject | None (capital decides) | One each of Guardian / Expert / AI, protocol-enforced; exit burns the seat |
| Admission | Permissionless, anonymous | Permissioned; unauthorized traffic physically dropped before the business layer |
| Finality | Probabilistic (longest chain, ~6 confirmations) | Deterministic (independent threshold certificate per height, one block per height, no reorgs) |
| Role of the parent chain | Part of the finality mechanism (work accumulates along it) | A verification-layer property, decoupled from finality; the chain commitment covers the consensus proof and supervision records |
| Topology | One global chain + global broadcast | Many independent parallel shard ledgers; no global business ledger, no global broadcast |
| Light client | SPV walking the header chain | Leap synchronization; a century of verifiable history compressed to tens of megabytes |
| Client diversity | Any implementation permitted | Every Expert runs one on-chain-whitelisted image; tampering → rejected / slashed; upgrades only via DAO |
Every row below maps to domain modules already implemented in the workspace, and becomes independently verifiable as the progressive open-source phases land.
| Domain | Representative problem | Underlying mechanism |
|---|---|---|
| 🏛️ Sovereign compliance & payments | Regulated fiat stablecoins (e.g. nHKD), zero-fee in-store QR collection, confidential ten-billion-dollar institutional transfers — all while satisfying AML / SEC / FINCEN requirements | L0 Tickets + compliance domain + audit domain + cross-chain bridge |
| ⚡ High-frequency finance | Order-book-grade decentralized exchange and batch clearing without giving up millisecond matching | High-frequency domain gateway + smart routing + independent shard ledgers |
| 🤖 Confidential supercompute & AI | Run autonomous-driving simulation, molecular modeling, or frontier-model inference on someone else's compute without leaking data, patented structures, or model weights | TEE confidential compute domain + hardware-level compute authenticity verification |
| 🌐 Decentralized storage & DePIN | Petabyte-scale content delivery and real-time telemetry from millions of devices, with tampering made physically impossible | Sovereign storage node network + self-healing replication + data-availability domain |
| 🧠 Intent solving | Composite strategies such as "auto-buy ETH with a stop-loss when BTC drops below 60k" without ever surrendering custody | Solver domain + smart routing |
| 🗳️ Social governance | One-person-one-identity, publicly verifiable voting at large scale, orders of magnitude cheaper than conventional electoral systems | One-document-one-number identity root + governance domain |
NiuMeta employs a highly decoupled Modular Domain Architecture alongside a high-concurrency, zero-dependency data structure engine. Combined with efficient threshold signatures and universal isomorphic sharding, it provides high-speed parallel channels tailored for diverse business scenarios.
flowchart TD
Client["Client / SDK<br/>(L0 physical + L1 type layer only)"] -->|ticketed request| Firewall{"TSI Dual Admission Firewall<br/>physical + logical"}
Firewall -->|unauthorized traffic| Drop(["physically dropped<br/>invisible to scanners / DDoS"])
Firewall -->|authorized ticket| Gateway["High-Frequency Domain Gateway"]
Gateway --> Router["Smart Routing Engine<br/>ms-level global load sensing"]
Router --> Experts["Distributed Secure Computing<br/>Expert Clusters"]
Router --> Guardians["Guardian Nodes<br/>Decentralized Sovereign Storage"]
At its core, NiuMeta is governed by 25 immutable constitution files deployed post-genesis (encompassing foundational economic parameters, staking tier tables, and root-level protocol rules).
We have launched a global developer bounty program offering up to $5,500,000. We invite elite security experts and developers worldwide to co-audit these constitution files. Upon the successful completion of the audit, the protocol will officially launch and progressively transition to full open-source.
mc-constitution core module, verifying its exponential defense characteristics against Sybil attacks.mc-constitution directory to review the complete constitutional design philosophy and code implementation. Submit your vulnerability reports or optimization proposals according to the Audit Guidelines.This public mirror houses the Phase 1 open-source components and audit tooling of the NiuMeta ecosystem. The primary directory structure is as follows:
| Directory | Role in this mirror |
|---|---|
mc-constitution/ | Core constitution module — permanently immutable network constants, economic parameters, and top-level architecture schematics. Primary audit target for the bounty program. |
Cross-ChainBridge/ | Open-source gateway — Arbitrum contracts plus clean-room SP1 ZK guest programs for independent verification of withdrawals and governance attestations. |
client-meta/ | Mobile meta node (L0) — published for read-only audit; not a standalone build kit from this mirror. |
client-desktop/ | Desktop command console (L4) — published for read-only audit; pairs with mobile via scan-to-authorize. |
niumeta-sdk-rs/ | Core SDK — no_std type crates and pure-function clients for Rust integrators. |
tools/ | Developer utilities — local sandbox, wallet trust audit, air-gap cold-sign helpers, and related tooling. |
Root-level study documents: PROTOCOL550_EXECUTION_PLAN_EN.md · 执行方案(中文)
Additional node daemons, gateways, and full-domain engines (client-expert, client-guard, mc-gateway, consensus cores, etc.) are released in later Progressive Open Source phases — see the roadmap below.
Fastest way in: install the v1.0 mobile client. Using it yourself is the clearest way to see that a decentralized wallet can match a centralized one.
Developers can also get a local, buildable feel for the SDK layer published in this mirror — no live network endpoint required:
git clone https://github.com/niumeta/niumeta.git
cd niumeta/niumeta-sdk-rs
# Type-check the public SDK facade (L0 + L1 only — no L3 business logic pulled in)
cargo check -p niumeta-sdk
# Run a leaf client crate's own test suite as a smoke check
cargo test -p mc-wallet
Next steps:
niumeta-sdk-rs/README.md for the full optional-feature matrix (bridge, settlement, solver, storage clients, and more).mc-constitution/ to review the immutable constitution files — the primary target of the $5.5M audit bounty.NiuMeta is fundamentally positioned as a Ticket-based Sovereign Intranet (TSI). We believe open-source is a tool to earn trust, not a vector to transfer sovereignty. To defend against "resource hegemony" and malicious hard forks attempting to siphon network compute and ecosystem value during our early stages, NiuMeta will execute a progressive open-source rollout across four phases as the physical defense network scales:
flowchart LR
P1["<b>Phase 1 · Now</b><br/>Trust & Transparency<br/>mc-constitution, bridge,<br/>ZK modules, SDKs"]
P2["<b>Phase 2 · 50K Guardians</b><br/>Verifying Capabilities<br/>Gateway peripherals, storage core,<br/>client-guard / client-desktop"]
P3["<b>Phase 3 · 100K Guardians</b><br/>Advanced Domains<br/>Confidential supercompute,<br/>AI TEE, scheduling engines"]
P4["<b>Phase 4 · 300K Guardians</b><br/>Full AA-Level Open Source<br/>mc-consensus, mc-tsi,<br/>kernel-space XDP"]
P1 --> P2 --> P3 --> P4
mc-constitution (economic model and immutable constitution parameters), cross-network bridge proxies, ZK verification modules, and extensive no_std type definition crates and pure-function SDKs.client-guard, client-desktop).mc-consensus (Turbulence consensus core), mc-tsi (Sovereign Intranet state machine), anti-DPI traffic shaping modules, and all kernel-space XDP interception code.Code can be copied, but the historical reputation database of global TEE devices, the concurrent defense web formed by 300,000 nodes, and the sovereign ticket threshold issued via multi-dimensional cryptography constitute the true, unreplicable barrier that no forked network can bypass.
The intellectual property of NiuMeta belongs to all of humanity. We have not registered any trademarks in any global jurisdiction, nor have we applied for any software patents. NiuMeta is a fully open-source, publicly shared protocol. A tribute to Satoshi Nakamoto, for the advancement of human civilization.
Last updated: 2026-08-31
1 commits
Rust
65.1%
TypeScript
16.6%
Shell
6.6%
Dart
6.3%
Solidity
4.4%