Skip to content

samay-hash/solmap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SOLMAP

A living blockchain reality where every transaction ripples through the world.
Built for the Solana Renaissance Hackathon 2026

Solana Rust Next.js Anchor


📽️ The Vision

SOLMAP is not just a game; it's a decentralized world simulation. It leverages Solana's sub-second finality to create a real-time strategy map where the global state is entirely on-chain. Factions don't just "play"—they evolve based on a deterministic Chaos Engine and autonomous AI Bot Agents.

Important

Every SOL traded increases the global Chaos Level. High chaos triggers automated wars, betrayals, and power shifts. The world never sleeps.


🕹️ Core Mechanics

Action Impact Reality Shift
Connect Identity Anchor PDA initialization for your faction alignment
Trade Power Converts SOL into faction power (burn/transfer)
Attack Territory Hexagonal zone capture via power-vs-defense math
Chaos Events Probability rolls trigger War, Betrayals, or Airdrops

🏗️ Technical Architecture

graph TD
    User((User Wallet)) -->|Connect| Frontend[Next.js Interface]
    Frontend -->|Transaction| Solana[Solana On-Chain Program]
    Solana -->|Event Emit| Backend[Node.js WS Server]
    Backend -->|Broadcast| Frontend
    AI[AI Bot Agents] -->|Auto-Trade/Attack| Solana
    Backend -->|Monitor State| AI
Loading

🛠️ The Stack

  • On-Chain: Anchor / Rust (PDA-based state management, custom instruction set)
  • Real-time Engine: Node.js + WebSockets (Sub-400ms event propagation)
  • Brain: Gemini-powered AI Agents simulating faction behavior
  • Visuals: Next.js + Framer Motion + Glassmorphism UI

🌪️ The Chaos Engine

The heart of SOLMAP is a deterministic probability engine.

  • WAR (Chaos > 80): The strongest faction is forced into an automated attack against the weakest.
  • BETRAYAL (Chaos > 50): Internal sabotage cripples faction power — trust is a luxury.
  • AIRDROP (Deterministic Roll): Random power surges reward factions that hold their ground.

⚡ Quick Start

🌐 Frontend (Visual Hub)

cd frontend && npm install && npm run dev

🤖 Backend (AI & Events)

cd backend && npm install && npm run dev

⚓ On-Chain (Smart Contracts)

cd programs
anchor build
anchor deploy --provider.cluster devnet

🎨 Design Aesthetic

SOLMAP uses a Hacker-Cyberpunk aesthetic:

  • Glassmorphism panels for real-time data feeds
  • Animated Hex Map representing territory control
  • Dynamic Chaos Bar that shakes the screen as instability rises
  • Mono-typography (JetBrains Mono) for a terminal-grade experience

Built with 💜 for the Solana Ecosystem.
SOLMAP © 2026

About

A self-evolving on-chain world on Solana where every transaction changes the system through a chaos-driven game economy, it's a decentralized world simulation. It leverages Solana's sub-second finality to create a real-time strategy map where the global state is entirely on-chain

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors