Skip to Content
Studio

Galene Studio

Galene Studio is a local web dashboard. It is embedded in the galene binary.

It talks to the running fork over JSON-RPC and a live channel. So it updates in real time as you work.

# served with the fork galene start # Studio on http://127.0.0.1:9124 # or on its own galene studio

Studio is built into the binary. There is no separate install. It expects a fork running on 127.0.0.1:9123.

Pages

Overview

The home page. It shows the fork’s connection, source, epoch, and clock, and a live feed of every call hitting the fork (mints, executions, forks, replays). From here you snapshot, revert, and reset the fork in place.

It wraps galene_snapshot, galene_revert, and galene_reset.

Object Graph (Proteus)

This is the headline view.

Run a PTB. Then step through it, one command at a time. Watch the object graph change.

Each node is colored by what happened to it: read, mutated, created, or deleted. Click a node to see its diff.

It is built on the trace data the engine already produces. See How it works.

Faucet (Plouto)

One form. Pick a known coin (SUI, USDC, USDT, WAL, DEEP) or paste a full Coin<T> type. Set an amount and a recipient. The balance appears.

It wraps galene_faucet and galene_mintCoin.

Inspector (Oceanus)

See per-command effects with object before-and-after diffs. These are object-level, not byte-level. It also breaks down balance changes, inputs, events, and gas.

This is the glue that makes the other views easy to read.

Last updated on