← all posts
ProductMar 18, 2026·4 min

From devnet terminal to mainnet in one config change

by Myeperps Team

Everything in the Myeperps terminal runs against Solana devnet. You connect a real wallet, request a free airdrop, and exercise the full stack — launch a market, open positions, get liquidated — with zero financial risk. The code path is identical to production.

When you are ready, you flip the network from devnet to mainnet-beta in the SDK config. Market launches, order placement, isolated risk, and creator fees all work the same — the only difference is which cluster you point at and that the USDC is now real.

We keep the surface area small on purpose. Fewer concepts means fewer ways to get it wrong when real size is involved. The terminal is not a toy version of the product; it is the product, pointed at a test cluster.

Want to see it run? Open the playground →