Quickstart
Deploy your first contract on QIE Testnet in under a minute.
- 1Connect a wallet
Open DevStation and connect an injected wallet (such as MetaMask), or generate an in-app burner wallet from the sidebar. The console defaults to QIE Testnet.
- 2Get testnet QIE for gas
You need a small amount of QIE to pay for gas. Use the get-gas link in the wallet panel to reach the QIE faucet or swap.
- 3Pick a template
Open LaunchKit, choose a template such as SimpleERC20, and fill in the constructor fields in the guided form.
- 4Deploy
DevStation compiles the contract in your browser, sends the creation transaction through your wallet, and waits for the receipt.
- 5Inspect and share
From the success screen, open the deployment in Routebook or on the QIE explorer, and download a ready-to-use .env file.
From here, read about the networks DevStation supports, or jump straight into LaunchKit and the contract editor.