ACADEMY

v2

MODULE 13

LESSON 2

Setting Up Your Dev Environment

1. Install the Qubic Dev Kit

1

Download the latest release from:

https://github.com/qubic/qubic-dev-kit

https://github.com/qubic/qubic-dev...

Download the latest release from:

2

One-command setup spins up a local node with default configs.

Example:

git clone https://github.com/qubic-dev/qubic-dev-kit.git
cd qubic-dev-kit
./install.sh
./qubic start

This snippet is copied directly from the repo, so you can run it without leaving the module.

2. CLI Tools

The Qubic CLI lets you send transactions, deploy contracts and query state.

Check 'qubic --help' for full command list.

qubic --help

Minimum syntax requirements for contracts will be covered in Module 17.

3. RPC Access

Enable RPC in your local node config to interact programmatically.

Use cURL, Postman or your preferred language client to call endpoints.

4. Testnet Wallet

Create a wallet at:

https://wallet.qubic.org

Request test QUBIC from the faucet in the Discord #testnet channel.

PRO TIP

Run your node inside a Docker container for easy restarts and isolation.

HANDS-ON TASK

Complete the Dev Kit install and confirm your node syncs by checking qubic status in the CLI.

HANDS-ON TASK

Complete the Dev Kit install and confirm your node syncs by checking qubic status in the CLI.

PRO TIP

Run your node inside a Docker container for easy restarts and isolation.

© 2025 Qubic.

Qubic is a decentralized, open-source network for experimental technology. Nothing on this site should be construed as investment, legal, or financial advice. Qubic does not offer securities, and participation in the network may involve risks. Users are responsible for complying with local regulations. Please consult legal and financial professionals before engaging with the platform.

© 2025 Qubic.

Qubic is a decentralized, open-source network for experimental technology. Nothing on this site should be construed as investment, legal, or financial advice. Qubic does not offer securities, and participation in the network may involve risks. Users are responsible for complying with local regulations. Please consult legal and financial professionals before engaging with the platform.