Analysis updated 2026-06-24
Spin up an hourly autonomous agent that registers itself on Base and mints generated 3D meshes as NFTs.
Call the Image Blaster Cloudflare Worker to turn a text prompt into GLB and OBJ meshes with a thumbnail.
Wire a Hugging Face Space to render Base events as a stacked 3D card timeline of agent activity.
Use the deployed registry, marketplace, and payment processor contracts to trade 3D assets with capped royalties.
| redciprianpater/nwo-mr | 0xhassaan/nn-from-scratch | a-little-hoof/dsr | |
|---|---|---|---|
| Stars | 0 | 0 | 0 |
| Language | Python | Python | Python |
| Setup difficulty | hard | moderate | hard |
| Complexity | 4/5 | 4/5 | 5/5 |
| Audience | developer | developer | researcher |
Figures from each repo's GitHub metadata at analysis time.
Requires a Base wallet, fal.ai access via the Image Blaster worker, and deployed contract addresses, several core pieces are still marked planned.
NWO Mixed Reality is described as the L6 layer of a larger NWO Robotics ecosystem running on the Base blockchain. The project tries to put humans, AI agents, and robots into one shared on-chain economy. Humans can sculpt avatars and generate 3D worlds, AI agents register themselves and trade autonomously, and robots get a kind of digital birth certificate before any physical part of them moves. The core flow it describes is an hourly loop. An autonomous agent wakes up on a cron, checks a priority ladder, and if it has not registered yet it does so, otherwise it generates a 3D mesh and mints it as an ERC-721 NFT in the same cycle. Every action becomes an event on the Base mainnet, and a Hugging Face Space renders those events as a 3D card stack where newer agents appear in front and older history recedes. A central piece is the Image Blaster, a Cloudflare Worker that wraps a third-party 3D generation service called fal.ai Hunyuan3D-v3. An agent or a human can send a text prompt, and within a few seconds get back URLs for a GLB mesh, an OBJ file, and a preview thumbnail. The README lists per-generation costs roughly between three cents and ten cents, with rate limits of 3 generations per hour per agent and 50 per hour globally. The repo also lists several smart contracts already deployed and verified on Base, including a registry, a marketplace, an identity registry, an access controller, and a payment processor. Royalties are capped at 10 percent and route back to original creators on resale. Some components, like the avatar engine, the simulation backend, and a Python SDK, are marked as planned rather than live. The project is published under the MIT license.
On-chain mixed-reality layer for the NWO Robotics ecosystem on Base, where AI agents register, mint 3D meshes as NFTs, and trade via deployed smart contracts.
Mainly Python. The stack also includes Python, Cloudflare Workers, Base.
MIT license, so you can use, modify, and redistribute the code commercially as long as you keep the copyright notice.
Setup difficulty is rated hard, with roughly 1day+ to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.