Galene
A local Sui sandbox, filled with real state from any network.
Run a live Sui network on your machine with real on-chain state. Fork, fund, break, and reshape it, all without touching the real network.

Local Sui development forces a bad choice
You want mainnet's state, not its risk.



A fork that does it all
Compose, execute, replay, and rewind, all locally.
Any token. Any balance. Instantly.
No bridging, begging public faucets, or hunting a whale. Galene mints any Coin<T> at any balance, to any address, the second you ask.
// known coins, by symbol
galene_faucet("USDC", "1000000", "0xariessa")
// ...or ANY Coin<T>, by full type
galene_mintCoin("0x..::wbtc::WBTC", "5", "0xariessa")Copy-on-read fork
Touch live objects from mainnet, testnet, devnet, or any fullnode. Galene fetches and caches them on demand, no manual dumping.
A real Move execution engine
Submit real transactions against forked mainnet objects, in an in-process Move VM.
State cheatcodes
Fund gas, impersonate any address, overwrite objects, warp epochs and time.
Historical replay
Replay any past mainnet transaction with full effects, gas, and trace.
Object-graph time travel
Step a PTB command by command and watch the object graph change.
Scenario seeding
Declare a whole starting world as code: clock, epoch, sender, mints, and seeded objects, from galene.toml or a scenario file.
Sui gRPC endpoint
The full sui.rpc.v2 API (ledger, execution, subscriptions) served over the same fork with reflection, right alongside JSON-RPC.
Galene Studio
A local dashboard: graph debugger, faucet, object diff, execution panel.
Bend the rules over JSON-RPC
Custom methods that do what a real chain never lets you.


