dusk-rusk

Crates.iodusk-rusk
lib.rsdusk-rusk
version1.4.1
created_at2025-01-20 16:34:58.211927+00
updated_at2025-12-04 10:13:36.008+00
descriptionRusk is the Dusk Network node implementation
homepage
repositoryhttps://github.com/dusk-network/rusk
max_upload_size
id1524031
size1,798,590
Dusk Network (dusknetwork)

documentation

README

🌒 Rusk

Entrypoint for the blockchain node

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.

Commit count: 7855

cargo fmt