[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-10551":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":16,"subscribersCount":16,"size":16,"stars1d":16,"stars7d":16,"stars30d":16,"stars90d":16,"forks30d":16,"starsTrendScore":16,"compositeScore":17,"rankGlobal":10,"rankLanguage":10,"license":18,"archived":19,"fork":19,"defaultBranch":20,"hasWiki":21,"hasPages":19,"topics":22,"createdAt":10,"pushedAt":10,"updatedAt":27,"readmeContent":28,"aiSummary":29,"trendingCount":16,"starSnapshotCount":16,"syncStatus":30,"lastSyncTime":31,"discoverSource":32},10551,"namada","namada-net\u002Fnamada","namada-net","Rust implementation of Namada, a Proof-of-Stake L1 for interchain asset-agnostic privacy","https:\u002F\u002Fnamada.net",null,"Rust",2523,1020,99,175,0,61.03,"GNU General Public License v3.0",false,"main",true,[23,24,25,26],"blockchain","privacy","rust","zkp","2026-06-12 04:00:51","# Namada\n\n[![Apps License: GPL v3](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002FLicense-GPLv3-blue.svg)](.\u002FLICENSE-GPL) (Namada Apps)\n[![Libraries License: MIT](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002FLicense-MIT-blue.svg)](.\u002FLICENSE-MIT) (Libraries)\n![CI Status](https:\u002F\u002Fgithub.com\u002Fnamada-net\u002Fnamada\u002Factions\u002Fworkflows\u002Fci.yml\u002Fbadge.svg?branch=main)\n\n## Overview\n\n[Namada](http:\u002F\u002Fnamada.net) is a Proof-of-Stake L1 for multichain asset-agnostic data protection. Namada uses CometBFT\nconsensus and enables multi-asset shielded transfers for any native\nor non-native asset. Namada features full IBC protocol support, a modern proof-of-stake\nsystem with cubic slashing, and a\nstake-weighted on-chain governance mechanism. Users of Namada's MASP (Multi-Asset Shielded Pool) are rewarded for their contributions to the shielded set in\nthe form of native protocol tokens. A multi-asset shielded transfer\nwallet is provided in order to facilitate safe user\ninteraction with the protocol.\n\n* Blogpost: [Introducing Namada: Multichain Asset-agnostic Data Protection](https:\u002F\u002Fnamada.net\u002Fblog\u002Fintroducing-namada-multichain-asset-agnostic-data-protection)\n\n## 📓 Docs\n\n* [User guides](https:\u002F\u002Fdocs.namada.net\u002F)\n* [Specs](https:\u002F\u002Fspecs.namada.net\u002F)\n* Rust docs can be built with `cargo doc --open` (add `--no-deps` to only build docs for local crates)\n\n## Warning\n\n> Here lay dragons: this codebase is still experimental, try at your own risk!\n\n## 💾 Installing\n\nThere is a single command to build and install Namada executables from source (the node, the client and the wallet). This command will also verify that a compatible version of [CometBFT](#dependencies) is available and if not, attempt to install it. Note that currently at least 16GB RAM is needed to build from source.\n\n```shell\nmake install\n```\n\nAfter installation, the main `namada` executable will be available on path.\n\nTo find how to use it, check out the [User Guide section of the docs](https:\u002F\u002Fdocs.namada.net\u002Fusers).\n\nFor more detailed instructions and more install options, see the [Install\nsection](https:\u002F\u002Fdocs.namada.net\u002Fintroduction\u002Finstall) of the User\nGuide.\n\n## ⚙️ Development\n\n```shell\n# Build the provided validity predicate and transaction wasm modules\nmake build-wasm-scripts-docker\n```\n\n### Before submitting a PR, please make sure to run the following\n\n```shell\n# Format the code\nmake fmt\n\n# Lint the code\nmake clippy\n```\n\n## 🧾 Logging\n\nTo change the log level, set `NAMADA_LOG` environment variable to one of:\n\n* `error`\n* `warn`\n* `info`\n* `debug`\n* `trace`\n\nThe default is set to `info` for all the modules, except for CometBFT ABCI, which has a lot of `debug` logging.\n\nFor more fine-grained logging levels settings, please refer to the [tracing subscriber docs](https:\u002F\u002Fdocs.rs\u002Ftracing-subscriber\u002F0.2.18\u002Ftracing_subscriber\u002Fstruct.EnvFilter.html#directives) for more information.\n\nTo switch on logging in tests that use `#[test]` macro from `test_log::test`, use `RUST_LOG` with e.g. `RUST_LOG=info cargo test -- --nocapture`.\n\n## How to contribute\n\nPlease see the [contributing page](.\u002FCONTRIBUTING.md).\n\n### Dependencies\n\nThe ledger currently requires [CometBFT v0.37.17](https:\u002F\u002Fgithub.com\u002Fcometbft\u002Fcometbft\u002Freleases\u002Ftag\u002Fv0.37.17) is installed and available on path. This can be achieved through following [these instructions](https:\u002F\u002Fgithub.com\u002Fcometbft\u002Fcometbft\u002Fblob\u002Fmain\u002Fdocs\u002Ftutorials\u002Finstall.md).\n\n#### Hermes\n\nWe maintain a fork of [hermes](https:\u002F\u002Fgithub.com\u002Fheliaxdev\u002Fhermes) that adds support for Namada.\n\nCompatibility table with Namada:\n\n| Namada binaries | Hermes |\n| ----------- | ----------- |\n| v101.0.0 | [1.13.0](https:\u002F\u002Fgithub.com\u002Finformalsystems\u002Fhermes\u002Freleases\u002Ftag\u002Fv1.13.0) |\n| v1.1.1 | [1.11.0](https:\u002F\u002Fgithub.com\u002Finformalsystems\u002Fhermes\u002Freleases\u002Ftag\u002Fv1.11.0) |\n| v1.1.0 | [1.10.5-namada-beta18](https:\u002F\u002Fgithub.com\u002Fheliaxdev\u002Fhermes\u002Freleases\u002Ftag\u002Fv1.10.5-namada-beta18) |\n| v1.0.0 | [1.10.4-namada-beta17-rc2](https:\u002F\u002Fgithub.com\u002Fheliaxdev\u002Fhermes\u002Freleases\u002Ftag\u002Fv1.10.4-namada-beta17-rc2) |\n","Namada 是一个基于 Rust 语言实现的权益证明（Proof-of-Stake）区块链平台，旨在为多链资产提供无差别的隐私保护。它采用 CometBFT 共识机制，并支持多种资产的匿名转账，无论是原生还是非原生资产。Namada 还集成了完整的 IBC 协议支持、立方削减惩罚机制以及链上治理功能。其核心特色之一是 MASP（多资产屏蔽池），用户通过贡献于屏蔽集合可以获得协议内代币奖励。此外，项目提供了便于安全交互的钱包工具。Namada 适用于需要跨链资产转移且对隐私有较高要求的应用场景。请注意，当前代码库仍处于实验阶段。",2,"2026-06-11 03:29:06","top_topic"]