[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-92503":3},{"id":4,"name":5,"fullName":6,"owner":5,"repo":5,"description":7,"homepage":8,"htmlUrl":9,"language":10,"languages":9,"totalLinesOfCode":9,"stars":11,"forks":12,"watchers":13,"openIssues":14,"contributorsCount":14,"subscribersCount":14,"size":14,"stars1d":14,"stars7d":14,"stars30d":15,"stars90d":14,"forks30d":14,"starsTrendScore":14,"compositeScore":16,"rankGlobal":9,"rankLanguage":9,"license":17,"archived":18,"fork":18,"defaultBranch":19,"hasWiki":18,"hasPages":18,"topics":20,"createdAt":9,"pushedAt":9,"updatedAt":29,"readmeContent":30,"aiSummary":31,"trendingCount":14,"starSnapshotCount":14,"syncStatus":13,"lastSyncTime":32,"discoverSource":33},92503,"mobazha","mobazha\u002Fmobazha","Open-source peer-to-peer commerce platform for storefronts, marketplaces, orders, and crypto payments.","https:\u002F\u002Fapp.mobazha.org",null,"Go",81,1,2,0,25,43.4,"Mozilla Public License 2.0",false,"main",[21,22,23,24,25,26,5,27,28],"bitcoin","commerce","crypto-payments","ecommerce","golang","marketplace","peer-to-peer","self-hosted","2026-07-22 04:02:06","# Mobazha\n\n**Independent commerce, connected on your terms.**\n\nMost online marketplaces bundle the storefront, discovery, checkout, data, and customer\nrelationship inside one operator. Mobazha separates them. A seller can own the store and its\ncommercial history while choosing which markets, services, and interfaces to connect.\n\nThe open-source Mobazha Node can publish products, receive and fulfill orders, verify supported\npayments, communicate with buyers, and preserve transaction history on a backend chosen by the\noperator. Other stores, marketplaces, apps, and Agents can connect through shared interfaces while\neach seller's backend remains authoritative for its own business state.\n\n[Try Mobazha](https:\u002F\u002Fapp.mobazha.org\u002F) ·\n[Explore the product](https:\u002F\u002Fdocs.mobazha.org\u002Fproject\u002Fproduct-map) ·\n[Run your own store](https:\u002F\u002Fdocs.mobazha.org\u002Fself-host\u002Finstall) ·\n[Read the whitepaper](https:\u002F\u002Fdocs.mobazha.org\u002Fproject\u002Fwhitepaper) ·\n[Documentation](https:\u002F\u002Fdocs.mobazha.org\u002F)\n\n> **Current status:** `v0.3.0-rc.1` is the public release target. Use testnet while evaluating the\n> current source; stable signed binaries have not yet been published.\n\n[![Direct peer-to-peer and hybrid Mobazha store networks](https:\u002F\u002Fdocs.mobazha.org\u002Fimages\u002Fdocs\u002Fproject\u002Fstore-network-topologies.svg)](https:\u002F\u002Fdocs.mobazha.org\u002Fproject\u002Farchitecture)\n\n_Stores can operate independently, use selected hosted services, or participate in a hybrid network\nwithout moving every order into one central database._\n\n## Why Mobazha\n\n- **Own the commercial relationship.** Keep control of your store identity, catalog, policies,\n  orders, customer interactions, and operational data.\n- **Use one commerce core across many channels.** Present the same store through its own storefront,\n  shared markets, direct links, embedded experiences, or Agent-assisted workflows.\n- **Choose what to operate yourself.** Run the complete open-source Node, use a compatible hosted\n  service, or combine your own backend with selected external services.\n- **Make important actions accountable.** Orders, payment observations, fulfillment, recovery, and\n  disputes are recorded by the backend that owns the transaction—not inferred from a page or\n  notification.\n\n## One product, two core repositories\n\nThis repository contains **Mobazha Node**, the commerce engine and source of truth for store and\ntransaction state. It provides the data, policies, APIs, messaging, payment verification, and\noperator controls needed to run a store.\n\n[Mobazha Unified](https:\u002F\u002Fgithub.com\u002Fmobazha\u002Fmobazha-unified) is the shared buyer and seller\nexperience. It turns the capabilities of a connected Node or hosted backend into storefront,\ncheckout, order, marketplace, and administration journeys.\n\nTogether they support three operating paths:\n\n- **Hosted:** start quickly while a service operator runs the backend under published terms.\n- **Self-hosted:** run the Node on infrastructure you control and own its security, backup, and\n  availability.\n- **Hybrid:** keep the store backend independent while opting into selected discovery, payment,\n  delivery, messaging, AI, or other services.\n\n[Compare the operating paths](https:\u002F\u002Fdocs.mobazha.org\u002Fstart\u002Fchoose-deployment).\n\n## Try Mobazha\n\nThe fastest way to see the buyer and seller experience is\n[app.mobazha.org](https:\u002F\u002Fapp.mobazha.org\u002F).\n\nTo evaluate an independent Node from source:\n\n```bash\ngit clone https:\u002F\u002Fgithub.com\u002Fmobazha\u002Fmobazha.git\ncd mobazha\ngo build -tags goolm -o mobazha .\n.\u002Fmobazha init --testnet\n.\u002Fmobazha start --testnet --open\n```\n\nThe embedded Web UI and API listen on `http:\u002F\u002F127.0.0.1:5102` by default. The current Community\nrelease enables BTC, BCH, and LTC by default, subject to store configuration and runtime readiness.\nSee the [release scope](https:\u002F\u002Fdocs.mobazha.org\u002Fproject\u002Frelease-scope) before relying on any specific\ncapability.\n\n## Go deeper\n\n- [How Mobazha fits together](https:\u002F\u002Fdocs.mobazha.org\u002Fproject\u002Fproduct-map)\n- [System and store-network architecture](https:\u002F\u002Fdocs.mobazha.org\u002Fproject\u002Farchitecture)\n- [Buy from an independent store](https:\u002F\u002Fdocs.mobazha.org\u002Fbuy)\n- [Start and operate a store](https:\u002F\u002Fdocs.mobazha.org\u002Fsell)\n- [Build with the API, webhooks, and MCP](https:\u002F\u002Fdocs.mobazha.org\u002Fbuild)\n- [Fees](https:\u002F\u002Fdocs.mobazha.org\u002Fproject\u002Ffees),\n  [compatibility](https:\u002F\u002Fdocs.mobazha.org\u002Fproject\u002Fcompatibility), and\n  [packaging](https:\u002F\u002Fdocs.mobazha.org\u002Fproject\u002Fdistribution)\n- [Roadmap and current release scope](https:\u002F\u002Fdocs.mobazha.org\u002Fproject\u002Froadmap)\n\n## Contributing and security\n\nContributions are welcome. Start with [CONTRIBUTING.md](.\u002FCONTRIBUTING.md); implementation and\nrelease evidence lives in the repository's [`docs`](.\u002Fdocs\u002F) directory. Run `make test`\nbefore submitting Go changes.\n\nReport security issues privately as described in [SECURITY.md](.\u002FSECURITY.md).\n\n## License and attribution\n\nMobazha-authored source is licensed under the [Mozilla Public License 2.0](.\u002FLICENSE). Portions\nderived from OpenBazaar remain available under the\n[OpenBazaar MIT License](.\u002FLICENSES\u002FMIT-OpenBazaar.txt). See [NOTICE](.\u002FNOTICE) and\n[Attribution and source identity](.\u002Fdocs\u002Fproject\u002FATTRIBUTION.md) for details.\n\nOriginally developed by [fengzie](https:\u002F\u002Fgithub.com\u002Ffengzie) and maintained by the Mobazha\ncontributors. The canonical source repository is\n[mobazha\u002Fmobazha](https:\u002F\u002Fgithub.com\u002Fmobazha\u002Fmobazha).\n","Mobazha 是一个开源的点对点电子商务平台，旨在解耦 storefront、marketplace、订单与支付环节，使商家自主掌控商业数据与客户关系。其核心是用 Go 编写的 Mobazha Node，支持商品发布、订单收发与履约、加密货币支付验证（如比特币）、跨平台通信，并允许商家选择自托管、托管服务或混合部署模式。架构采用去中心化设计，各商家后端为自身业务状态的唯一权威源，不依赖统一中心数据库。适用于重视数据主权、需多渠道统一商品管理、并希望集成加密支付的中小商户及去中心化电商实验场景。","2026-07-09 02:30:09","CREATED_QUERY"]