К новостям
News

Your STH crypto wallet is now a living planet!

Your STH crypto wallet is now a living planet!

From Hex Codes to Living Worlds: How SmartHoldem Turned the Blockchain into a Procedural Universe.

Today, we are proud to introduce SmartHoldem Cosmic Sandbox - a decentralized, procedural 3D universe where every on-chain action shapes a unique world. We built it entirely with open-source web technologies, zero backend, and pure cryptographic DNA. This is not just a visualizer; it’s a new way to experience the blockchain.

At SmartHoldem, our team of engineers and designers asked a different question: What if your wallet wasn’t just a string of characters, but a living, breathing planet?

🧬 The Core Concept: Address = DNA

The magic of Cosmic Sandbox starts with determinism. In a decentralized world, trust comes from reproducibility. We didn’t want a centralized database where we manually assign “cool planets” to whales. We wanted math to decide.

cosmic-network-smartholdem_07 (1).jpg

Every SmartHoldem address (starting with S…) is hashed using SHA-256. This generates a unique 32-byte “DNA” sequence. From these bytes, we extract everything that defines a world:

  • Biome: Volcanic Magma, Glacial Ice, Desert Sandstone, Forest Terra, or Cyber-Grid.

  • Terrain: The amplitude and frequency of mountains, craters, and oceans using FBm OpenSimplex2 noise.

  • Atmosphere: Cloud density, ring tilt, and ocean color.

This means that if you enter the same address on any device, anywhere in the world, you will see the exact same planet. Bit-for-bit. No servers, no manipulation. Just pure cryptography meeting WebGL.

🐗 Meet Veipr: The Biomechanical Boar

A static planet is beautiful, but a living world is engaging. That’s why we introduced Veipr - biomechanical boars that inhabit every planet.

cosmic-network-smartholdem_02 (1).jpg

  • Population: Determined by transaction activity (1–3 boars per world).

  • Alpha-Veipr: Holders with >100k STH get an armored, cyber-enhanced Alpha-Veipr with mechanical fangs derived from their wallet’s DNA bytes.

  • AI Movement: Veiprs don’t teleport. They use spherical wander AI, calculating displacement over the noise-generated terrain so they walk over hills rather than through them.

  • When a new transaction hits the blockchain, the network comes alive. A rocket or UFO crashes into the planet’s surface with a particle burst, and your Veipr sprints across the landscape to the impact zone, leaving neon sparks in its wake. It’s a visual confirmation of value transfer that feels like a game, not a ledger.

    cosmic-network-smartholdem_05 (1).jpg

    Using our Photo Mode, users can capture their planet and export a 1080x1920 poster optimized for Instagram and Telegram Stories. Embedded in every poster is a scannable QR code with a deep link.

    When a friend scans that code, they don’t just go to a homepage - they teleport directly to your specific planet. This creates a viral loop where every shared image brings a new user into the SmartHoldem ecosystem without a single line of ad copy.

    cosmic-network-smartholdem_09 (1).jpg

🛠 Under the Hood: Vue 3 + TresJS

Why TresJS? Because TresJS offers a declarative approach that feels native to Vue. Instead of managing a complex renderer.render() loops manually, our scene becomes part of the reactive component tree. Tags like <TresPerspectiveCamera> and <TresAmbientLight> allow us to treat 3D objects as HTML elements.

The Tech Stack:

  • Frontend: Vue 3 + Vite + TypeScript + TailwindCSS.

  • 3D Engine: TresJS (Declarative Three.js) + Three.js.

  • Procedural Gen: fastnoise-lite for high-performance noise generation.

  • State Management: Pinia.

  • Blockchain Interaction: Direct fetch calls to public SmartHoldem nodes (node1.smartholdem.io). Zero backend proxy.

One of the biggest technical challenges was integrating Three.js with Vue’s reactivity system. Wrapping a THREE.Scene in a Vue ref() causes deep-proxy issues that break shaders. The solution? Using markRaw() and shallowRef() to tell Vue: "Don't touch this object, it’s mine." This simple pattern saved us days of debugging and ensured buttery-smooth performance.

🌍 Ready for 2026: Zero-Click & PWA

Modern search is moving toward Zero-Click results and Generative AI. To stay ahead, Cosmic Sandbox is built as a Progressive Web App (PWA). It installs natively on mobile devices, works offline via service workers, and runs in full screen without browser borders.

We are also updating the main SmartHoldem website with advanced microdata and schema markup, ensuring that our decentralized infrastructure is easily understood by the neural ecosystems of 2026’s search algorithms.

🚀 Join the Universe

SmartHoldem Cosmic Sandbox is more than a tool; it’s a statement. It proves that blockchain technology can be both technically robust and emotionally resonant. It turns cold data into warm, living worlds.

Ready to find your planet?

  1. Visit https://planet.smartholdem.io

  2. Enter your STH address or connect via the SmartHoldem Wallet extension.

  3. Explore your biome, feed your Veipr, and share your cosmic QR code.

The universe is waiting.

SmartHoldem Devs ❤️