Networks
DevStation spans several networks across different virtual machines. Pick one from the selector and the whole console follows it — the editor's language, the templates, the deploy path, the explorer, and analytics all switch to match. The selected network is authoritative for every read and write.
When a connected wallet is on a different network, the console surfaces a mismatch prompt before any transaction is sent. Reads always use the selected network's endpoint.
EVM networks
Solidity contracts, compiled in-browser with solc, deployed with any EVM wallet. Explorers are Blockscout-compatible, so blocks, transactions, addresses and verification all work natively.
| Network | Chain ID | Token | Type |
|---|---|---|---|
| QIE | 1983 / 1990 | QIE | Testnet / Mainnet |
| BOT Chain | 968 / 677 | BOT | Testnet / Mainnet |
| Arc | 5042002 | USDC | Testnet |
| GOAT Network | 48816 / 2345 | BTC | Testnet / Mainnet |
Arc has no mainnet yet.
Solana
Rust / Anchor programs and SPL tokens. Wallets are the in-app DevStation wallet (with a recovery phrase) or a browser wallet like Phantom. The explorer reads the Solana RPC directly.
| Network | Cluster | Token |
|---|---|---|
| Solana Devnet | devnet | SOL |
| Solana Mainnet | mainnet-beta | SOL |
Stacks
Clarity contracts on the Bitcoin L2, with a post-condition coverage auditor built into the editor. Sign with a generated DevStation wallet or Leather / Xverse.
| Network | Token |
|---|---|
| Stacks Testnet | STX |
| Stacks Mainnet | STX |
Add a network to a wallet manually, or let DevStation request the switch when you connect. Endpoints (RPCs and explorers) are configurable — the defaults are each network's public infrastructure, overridable via environment variables.