whatisgithub

What is quant?

0xweb3mayor/quant — explained in plain English

Analysis updated 2026-05-18

0TypeScriptAudience · developerComplexity · 3/5Setup · moderate

In one sentence

A read-only visualizer that turns a wallet's HYPE and kHYPE holdings on HyperEVM into a game-like settlement scene.

Mindmap

mindmap
  root((Quant))
    What it does
      Read only wallet visualizer
      HyperEVM positions
      Game like settlement
    Tech stack
      TypeScript
      React
      Vite
    Use cases
      View HYPE holdings
      Try demo mode
      Track local snapshots
    Audience
      Kinetiq users
      Web3 developers

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

View your HYPE and kHYPE position on HyperEVM as a visual settlement

USE CASE 2

Try a sample wallet position in demo mode without connecting a wallet

USE CASE 3

Track historical changes to your position using local consented snapshots

USE CASE 4

Run the project locally to inspect or extend the read-only Kinetiq visualizer

What is it built with?

TypeScriptReactViteWagmiViemZustand

How does it compare?

0xweb3mayor/quant0xkinno/astraea0xkinno/halcyon
Stars000
LanguageTypeScriptTypeScriptTypeScript
Setup difficultymoderatehardhard
Complexity3/54/54/5
Audiencedeveloperdeveloperdeveloper

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · moderate Time to first run · 30min

Requires Node.js 22+, pnpm 11.9.0, and a browser wallet extension for live mode.

So what is it?

Quant is a read-only web application that shows a visual, game-like representation of a crypto wallet's HYPE and kHYPE holdings on the HyperEVM network, part of the Kinetiq ecosystem. The project is independent and not affiliated with or endorsed by Kinetiq, and it does not give financial advice. It also does not let you send transactions, sign approvals, stake, withdraw, or otherwise touch your funds. It only reads public on-chain data and turns it into a visual settlement scene with mascots and progress elements. The app keeps three kinds of information clearly separate: real on-chain facts like your token balances and the current block number, calculations based on snapshots you have consented to save locally, and purely cosmetic game state such as experience points and unlocked projects that never convert into any real token value. Wallet balances and any historical comparisons are stored only in your browser's local storage, and analytics collected by the app never leave your device or include your wallet address. To try it, you need Node.js 22 or later and pnpm, plus a modern browser. Cloning the project and running the install and dev commands starts a local server with a demo mode that needs no wallet, and a connected mode that reads your real wallet position once you link a browser wallet extension. The project is built with React, TypeScript, Vite, and a handful of libraries for wallet connections, data fetching, and state management, and it includes automated tests plus a checklist to run before any public release, since the contract addresses it reads from need to be reverified against Kinetiq's official sources before real use.

Copy-paste prompts

Prompt 1
Help me set up and run the Quant Kinetiq visualizer locally with pnpm
Prompt 2
Explain how Quant separates on-chain facts from cosmetic game state
Prompt 3
Walk me through connecting a wallet to see my HYPE and kHYPE position in demo versus world mode
Prompt 4
What contract addresses does Quant use and how do I verify them before a public release

Frequently asked questions

What is quant?

A read-only visualizer that turns a wallet's HYPE and kHYPE holdings on HyperEVM into a game-like settlement scene.

What language is quant written in?

Mainly TypeScript. The stack also includes TypeScript, React, Vite.

How hard is quant to set up?

Setup difficulty is rated moderate, with roughly 30min to a first successful run.

Who is quant for?

Mainly developer.

Open on GitHub → Ask about another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.