Skip to content

Get Started with Qbit Networks

Wallet

The easiest way to use Qbit Networks is through a wallet with support for Qbit Networks accounts and transfers.

For example, KNB provides a Web Wallet at https://www.qbitscan.com
KNB also provides Web Wallet for testnet at https://testnet-explorer.qbitscan.com
Both provide the functions below:

  • Generating crypto keys and addresses, which serves as the base of a wallet
  • Showing the balances of assets on the addresses
  • Sending and receiving assets

Qbit Networks Web Wallet also presents a trading UI similar to qbitscan.com, where you can examine market data and manage your orders to trade among the listed assets.
Learn about the list of wallet available here.

Chain Explorer

Chain Explorer provides a portal to explore blocks and transaction details.
On Qbit Networks Explorer, you can also check different asset types, the distribution of their ownerships, and owners' transactions.

REST API

There are Accelerated Nodes which provide advanced API services for the public.

Node RPC

There are data seed nodes in the network which allow users to perform low-level operations like executing ABCI queries, viewing network/consensus state or broadcasting a transaction.

Advanced Ways To Use Blockchain

Run your own full node

Please refer to this guide about how to run your own node.

Run your own light client

Please refer to this guide about how to run your own light client.

Access via Node Command Line Interface (CLI)

A Command Line Interface is available for Linux and Mac platforms.

Use SDKs

SDKs are also provided as a starting point for your apps.
There are two advanced SDK solutions for Qbit Networks: Java and Golang.
Both solutions provide functions for:

  • Create wallets and manage keys
  • Encode/sign transactions and submit to Qbit Networks/DEX, including Transfer, New Order, Cancel Order, etc.
  • Communicate with Qbit Networks/DEX Node RPC calls through public node RPC services or your own private full nodes

Please refer to specific SDK documentation for more information:

Blockchain Details

Please check the technical details for more technical information.