You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Play 75+ browser games · Earn token rewards · Build and publish your own games
What is Gamvio?
Gamvio is a Web3 game store platform where players discover and play browser-based games while earning blockchain token rewards. Developers can integrate their games through our SDK and tap into a built-in player base with leaderboards, quests, and a token economy.
Built-in economy — automatic POINT token rewards for players of your game
Leaderboards included — global and weekly rankings per game, zero config
Test mode — develop locally with instant test tokens, no platform login needed
Quick Start for Developers
# 1. Scaffold a new game project
npx create-gamvio-game my-game
cd my-game
# 2. Add your SDK credentials (from dev.gamv.io)
cp .env.example .env.local
# 3. Start development — test mode activates automatically on localhost
npm install
npm run dev
Key security feature: HMAC signing keys and API secrets stay on your server. The browser never sees them. Scores are cryptographically verified to prevent cheating.