720-desk.mov
xnohub-mobile.mov
Nano Network Globe Visualization is a web application that allows you to visualize the Nano network on a globe. It uses a custom websocket client to connect to the Nano network and receive real-time data. The data is then visualized on a globe using a custom 3D globe library.
Before running the application, make sure you have pnpm installed. If you don't have pnpm, you can install it using npm:
npm install -g pnpm
Before running the application, you need to set up your environment variables:
- Copy the
.env.local.example
file and rename it to.env.local
: - Open the
.env.local
file and update the variables:NEXT_PUBLIC_USE_SAMPLE_DATA
: Set totrue
to use sample data for development, orfalse
to use live data.NEXT_PUBLIC_WS_URL
: Set this to the Nano Websocket URL you want to connect to.
Example .env.local
file:
NEXT_PUBLIC_USE_SAMPLE_DATA=false
NEXT_PUBLIC_WS_URL=wss://example-nano-node.com/ws
- Clone the repository
- Run
pnpm install
- Run
pnpm dev
- Run
pnpm build
- Run
pnpm start
This project is licensed under the MIT License. See the LICENSE file for more details.