Quickstart

Deploy your first contract on QIE Testnet in under a minute.

  1. 1
    Connect 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.

  2. 2
    Get 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.

  3. 3
    Pick a template

    Open LaunchKit, choose a template such as SimpleERC20, and fill in the constructor fields in the guided form.

  4. 4
    Deploy

    DevStation compiles the contract in your browser, sends the creation transaction through your wallet, and waits for the receipt.

  5. 5
    Inspect and share

    From the success screen, open the deployment in Routebook or on the QIE explorer, and download a ready-to-use .env file.

Everything in the quickstart works the same on QIE Mainnet. Switch networks from the selector at the bottom of the sidebar before you deploy.

From here, read about the networks DevStation supports, or jump straight into LaunchKit and the contract editor.

DevStation
Loading console…