dusk-rusk 1.6.0

Rusk is the Dusk Network node implementation
Documentation

🌒 Rusk

Entrypoint for the blockchain node

Overview

Rusk is the main binary and orchestration layer for the Dusk blockchain. It wires together the chain node, consensus engine, contract VM, and exposes HTTP/GraphQL APIs for wallets and applications to interact with the network.

Node Modes

Mode Flag Description
Provisioner (default) Full consensus participation — proposes and validates blocks
Archive --features archive Historical data indexing via SQLite for explorers and analytics
Prover --features prover Local ZK proving service for Phoenix transactions

Key Modules

Module Description
http GraphQL server for blockchain queries and transaction submission
node Integration point for chain + consensus + networking
verifier Proof verification (PLONK, Groth16) for incoming transactions

Related Crates

Configure example's data

When running prepare-dev in the root repository, the Genesis state according to your local examples/genesis.toml will be used. Refer to examples.toml for configuration options you can set, such as stakes and balances on network initialization.

Note that the password used when running rusk is connected to the example consensus keys, which are also defined in the examples/genesis.toml.

Join a cluster

It is possible to connect to other clusters by defining a set of bootstrapping nodes to which to connect to on initialization, by defining them in the rusk/default.config.toml , or by passing the --bootstrap argument in the node launch command.