# Commercio.network Documentation

# What is cn

cn is the name of the Commercio.network (opens new window) blockchain application. It is shipped with two different entrypoints:

  • cnd: The Commercio.network Daemon, runs a full-node of the cn application
  • cndcli: The Commercio.network command-line interface, which enables interaction with a Commercio.network full-node.

cn is built on top of the Cosmos SDK (opens new window) using the following modules:

  • x/auth: Accounts and signatures.
  • x/bank: Tokens transfers.
  • x/staking: Staking logic.
  • x/distribution: Fee distribution logic.
  • x/slashing: Slashing logic.
  • x/params: Handles app-level parameters.

Apart from these modules, cn comes with the following custom modules:

# Running Nodes

If you wish to learn about the different node types that are present inside the Commercio.network chain or you wish to setup a new node, please refer to our nodes section.

# App Developers

If you're an App developer and would like to integrate to Commercio.network, please refer to our App developers guide.

# SDK Developers

If you're a developer and would like to help us build a SDK in your favourite language please refer to our SDK developers guide.