visualize-web3-realtime docs
nirholas / visualize-web3-realtime

visualize-web3-realtime

GPU-accelerated real-time 3D network visualization for any streaming data source. React + Three.js + D3-force. 5,000+ nodes at 60fps.

v0.1.0SEE LICENSE IN LICENSETypeScript
npm install && npm run dev

What it does

Capabilities documented in this repository.

What You Get

See the full documentation for details.

Features

See the full documentation for details.

AI Agent Detection

See the full documentation for details.

DeFi Protocol Tracking via MCP

See the full documentation for details.

Pages & Routes

See the full documentation for details.

Core Application

See the full documentation for details.

Get started

Install it, then run your first command.

npm install && npm run dev
CommandRuns
npm run devnext dev -p 3100
npm run buildnext build
npm run startnext start -p 3100
npm run lintnext lint
npm run typechecktsc --noEmit
npm run testvitest run

Read the full getting started guide

Examples

Taken directly from this repository's documentation.

git clone https://github.com/nirholas/visualize-web3-realtime.git
cd visualize-web3-realtime
npm install && npm run dev
git clone https://github.com/nirholas/visualize-web3-realtime.git
cd visualize-web3-realtime
npm install          # links every packages/* workspace
node packages/create-swarming-app/dist/index.js my-viz       # React + swarming, ready to go
node packages/create-swarming-plugin/dist/index.js my-plugin  # Plugin scaffold with hot reload

More examples

Reference