[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-418":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":17,"stars90d":16,"forks30d":16,"starsTrendScore":16,"compositeScore":18,"rankGlobal":10,"rankLanguage":10,"license":19,"archived":20,"fork":20,"defaultBranch":21,"hasWiki":22,"hasPages":20,"topics":23,"createdAt":10,"pushedAt":10,"updatedAt":43,"readmeContent":44,"aiSummary":45,"trendingCount":16,"starSnapshotCount":16,"syncStatus":17,"lastSyncTime":46,"discoverSource":47},418,"union","unionlabs\u002Funion","unionlabs","The trust-minimized, zero-knowledge bridging protocol, designed for censorship resistance, extremely high security, and usage in decentralized finance.","https:\u002F\u002Funion.build",null,"Rust",73968,3883,1597,129,0,2,70.2,"Apache License 2.0",false,"main",true,[24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42],"astro","blockchain","cosmos","cosmwasm","ethereum","evm","golang","indexer","interoperability","move","nix","prover","relayer","rust","solidity","svelte","typescipt","typescript","zero-knowledge","2026-06-11 04:00:19","\u003Cdiv align=\"center\">\n  \u003Cpicture>\n    \u003Csource media=\"(prefers-color-scheme: dark)\" srcset=\".\u002F.github\u002Fimages\u002Funion-logo-white.svg\">\n    \u003Csource media=\"(prefers-color-scheme: light)\" srcset=\".\u002F.github\u002Fimages\u002Funion-logo-black.svg\">\n    \u003Cimg alt=\"Union\"\n         src=\".\u002F.github\u002Fimages\u002Funion-logo-black.svg\"\n         width=\"100%\">\n  \u003C\u002Fpicture>\n\u003C\u002Fdiv>\n\n\u003Cbr\u002F>\n\n\u003Cdiv align=\"center\">\n\n[![built with garnix](https:\u002F\u002Fimg.shields.io\u002Fendpoint.svg?url=https%3A%2F%2Fgarnix.io%2Fapi%2Fbadges%2Funionlabs%2Funion%3Fbranch%3Dmain)](https:\u002F\u002Fgarnix.io)\n[![Docs](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002Fdocs-main-blue)][docs]\n[![Discord badge]](https:\u002F\u002Fdiscord.union.build)\n[![Twitter handle]][twitter badge]\n\n\u003C\u002Fdiv>\n\nUnion is the hyper-efficient zero-knowledge infrastructure layer for general message passing, asset transfers, NFTs, and DeFi. Its based on [Consensus Verification] and has no dependencies on trusted third parties, oracles, multi-signatures or MPC. It implements [IBC] for compatibility with [Cosmos] chains and connects to EVM chains like [Ethereum], [Berachain (beacon-kit)](https:\u002F\u002Fgithub.com\u002Fberachain\u002Fbeacon-kit), [Arbitrum], and more.\n\nThe upgradability of contracts on other chains, connections, token configurations, and evolution of the protocol will all be controlled by decentralized governance, aligning the priorities of Union with its users, validators, and operators.\n\n## Components\n\n| Component                                           | Description                                          | Language(s)           |\n| --------------------------------------------------- | ---------------------------------------------------- | --------------------- |\n| [`uniond`](.\u002Funiond\u002FREADME.md)                      | The Union node implementation, using [`CometBLS`]    | [Go]                  |\n| [`galoisd`](.\u002Fgaloisd)                              | The zero-knowledge prover implementation             | [Go] [Gnark]          |\n| [`voyager`](.\u002Fvoyager)                              | Modular hyper-performant cross-ecosystem relayer     | [Rust]                |\n| [`cosmwasm`](.\u002Fcosmwasm)                            | [CosmWasm] smart contract stack                      | [Rust]                |\n| [`light-clients`](.\u002Fcosmwasm\u002Flightclient)           | [Light Clients] for various ecosystems               | [Rust]                |\n| [`unionvisor`](.\u002Funionvisor\u002FREADME.md)              | Node supervisor intended for production usage        | [Rust]                |\n| [`drip`](.\u002Fdrip)                                    | Faucet for [Cosmos] chains: [app.union.build\u002Ffaucet] | [Rust]                |\n| [`evm`](.\u002Fevm)                                      | [EVM] smart contract stack                           | [Solidity]            |\n| [`app`](.\u002Fapp2)                                     | [app.union.build]                                    | [TypeScript] [Svelte] |\n| [`site`](.\u002Fsite)                                    | [union.build]                                        | [TypeScript] [Astro]  |\n| [`TypeScript SDK`](.\u002Fts-sdk)                        | TypeScript SDK for interacting with Union            | [TypeScript]          |\n\n## Quickstart\n\nInstall [Nix] to _[reproducibly build](https:\u002F\u002Fen.wikipedia.org\u002Fwiki\u002FReproducible_builds) any component_, and to enter a dev shell with _all dependencies_:\n\n```sh\ncurl --proto '=https' --tlsv1.2 -sSf -L https:\u002F\u002Finstall.determinate.systems\u002Fnix | sh -s -- install\n```\n\n_(Note that some components can only be built on Linux. If you are using macOS, we recommend using [OrbStack] to easily set up a [NixOS] VM within two minutes. Most Union developers use macOS with [OrbStack], and there is no need to install Nix inside of the [NixOS] VM.)_\n\nYou can now _reproducibly_ build any of Union's components from source:\n\n```sh\nnix build .#uniond -L\nnix build .#voyager -L\nnix build .#app -L\n\n# to see all packages, run:\nnix flake show\n```\n\nThe result of whatever you build will be in `result\u002F`\n\nYou can now also enter our dev shell, which has all of the dependencies (`cargo`, `rustc`, `node`, `go`, etc.) you need to work on any component:\n_(Don't worry, this will not affect your system outside of this repo)_\n\n```sh\nnix develop\n```\n\nRun the following to format the entire repo and check your spelling before each PR:\n\n```sh\nnix run .#pre-commit -L\n```\n\nCheck the `#developers` channel on [Union's discord](https:\u002F\u002Fdiscord.union.build) if you need any help with this.\n\n## Supported Chains\n\n| Network       | Mainnets                    | Testnets                               |\n| ------------- | --------------------------- | -------------------------------------- |\n| **Arbitrum**  | `arbitrum.42161`            | `arbitrum.421614`                      |\n| **Babylon**   | `babylon.bbn-1`             | `babylon.bbn-test-6`                   |\n| **Base**      | `base.8453`                 | `base.84532`                           |\n| **Berachain** | `berachain.80094`           | `berachain.80069`                      |\n| **Bob**       | `bob.60808`                 | `bob.808813`                           |\n| **BSC**       | `bsc.56`                    | `bsc.97`                               |\n| **Corn**      | `corn.21000000`             | `corn.21000001`                        |\n| **Ethereum**  | `ethereum.1`                | `ethereum.11155111`, `ethereum.560048` |\n| **Osmosis**   | `osmosis.osmosis-1`         | `osmosis.osmo-test-5`                  |\n| **Sei**       | `sei.pacific-1`, `sei.1329` | `sei.atlantic-2`, `sei.1328`           |\n| **Sui**       | -                           | `sui.4c78adac`                         |\n| **Union**     | `union.union-1`             | `union.union-testnet-10`               |\n| **Xion**      | `xion.xion-mainnet-1`       | `xion.xion-testnet-2`                  |\n\n*For the full list see https:\u002F\u002Fdocs.union.build\u002Fucs\u002F04\u002F*\n\n## Docs\n\nThe official docs are hosted [here][docs]. Each individual component also has accompanying developer documentation for contributors, which you can find in each `README.md`.\n\n[app.union.build]: https:\u002F\u002Fapp.union.build\n[app.union.build\u002Ffaucet]: https:\u002F\u002Fapp.union.build\u002Ffaucet\n[arbitrum]: https:\u002F\u002Fgithub.com\u002FOffchainLabs\u002Farbitrum\n[astro]: https:\u002F\u002Fastro.build\n[consensus verification]: https:\u002F\u002Funion.build\u002Fdocs\u002Fconcepts\u002Fconsensus-verification\u002F\n[cosmos]: https:\u002F\u002Fcosmos.network\n[cosmwasm]: https:\u002F\u002Fcosmwasm.com\u002F\n[discord badge]: https:\u002F\u002Fimg.shields.io\u002Fdiscord\u002F1158939416870522930?logo=discord\n[docs]: https:\u002F\u002Fdocs.union.build \"Official Union Docs\"\n[ethereum]: https:\u002F\u002Fethereum.org\n[evm]: https:\u002F\u002Fethereum.org\u002Fen\u002Fdevelopers\u002Fdocs\u002Fevm\u002F\n[gnark]: https:\u002F\u002Fgithub.com\u002FConsenSys\u002Fgnark\n[go]: https:\u002F\u002Fgo.dev\u002F\n[ibc]: https:\u002F\u002Fgithub.com\u002Fcosmos\u002Fibc \"cosmos\u002Fibc\"\n[light clients]: https:\u002F\u002Fa16zcrypto.com\u002Fposts\u002Farticle\u002Fan-introduction-to-light-clients\u002F\n[nix]: https:\u002F\u002Fzero-to-nix.com\u002F\n[nixos]: https:\u002F\u002Fnixos.org\n[orbstack]: https:\u002F\u002Forbstack.dev\u002F\n[rust]: https:\u002F\u002Fwww.rust-lang.org\u002F\n[solidity]: https:\u002F\u002Fsoliditylang.org\u002F\n[svelte]: https:\u002F\u002Fsvelte.dev\n[twitter badge]: https:\u002F\u002Ftwitter.com\u002Fintent\u002Ffollow?screen_name=union_build\n[twitter handle]: https:\u002F\u002Fimg.shields.io\u002Ftwitter\u002Ffollow\u002Funion_build.svg?style=social&label=Follow\n[typescript]: https:\u002F\u002Fwww.typescriptlang.org\u002F\n[union.build]: https:\u002F\u002Funion.build\n[`cometbls`]: https:\u002F\u002Fgithub.com\u002Funionlabs\u002Fcometbls\n","Union 是一个为去中心化金融设计的信任最小化零知识桥接协议，旨在提供抗审查、极高安全性的跨链通信和资产转移功能。项目基于共识验证技术构建，无需依赖可信第三方、预言机、多重签名或多方计算。它支持IBC标准，与Cosmos生态兼容，并能连接Ethereum、Arbitrum等EVM链。核心组件包括使用Go语言开发的节点实现uniond、负责零知识证明生成的galoisd以及高效跨生态系统中继器voyager等。Union适合需要在不同区块链平台间进行安全可靠的数据交换与价值传输的应用场景，尤其是在DeFi领域内寻求提高互操作性和降低信任成本的项目。","2026-06-11 02:35:30","top_all"]