The First Solana-Powered Voxel Gaming Metaverse
Play, Build, Compete & Earn
Play Games, Complete Challenges, Earn
Compete in multiplayer games, complete quests, and earn SOL rewards. Your skills pay off.
Own unique in-game items as Solana NFTs. Trade on open marketplaces or use in-game.
Put your SOL where your mouth is. Challenge other players and win their stakes.
Create Worlds, Monetize Your Creativity
MineBet empowers creators to build, own, and monetize custom worlds on the Solana blockchain.
Lua scripting, custom mods, and full creative freedom. Build anything from survival games to complex RPGs.
Charge entrance fees, create NFT items, host tournaments, or sell in-world assets. You set the rules.
Track player engagement, revenue, and world performance with built-in analytics.
Native support for SPL tokens, NFTs, and smart contracts. Build the next gen of blockchain gaming.
-- MineBet World Economy Example
local economy = {
entrance_fee = 0.1, -- 0.1 SOL
reward_pool = 10.0, -- 10 SOL
on_player_join = function(player)
-- Charge entrance fee
if wallet.transfer(player, entrance_fee) then
reward_pool = reward_pool + entrance_fee
player.notify("Welcome! Prize pool: "
.. reward_pool .. " SOL")
end
end,
on_quest_complete = function(player)
local reward = 0.5 -- 0.5 SOL
wallet.send(player, reward)
player.notify("Quest complete! Earned "
.. reward .. " SOL")
end
}
return economy
A self-sustaining gaming economy powered by Solana
Play, compete, and earn SOL through gameplay
Custom worlds with unique economies
Create and monetize worlds
Trade items and assets
Players pay entrance fees or stake SOL to compete in games and tournaments
Winners take the prize pool, developers earn fees from their worlds
Buy, sell, and trade NFT items on integrated marketplaces
Use earnings to unlock new content, upgrade gear, or create your own world
Available for Windows, macOS, and Linux
Requires a Solana wallet (Phantom, Solflare, or compatible)