| Crates.io | dusk-rusk |
| lib.rs | dusk-rusk |
| version | 1.4.1 |
| created_at | 2025-01-20 16:34:58.211927+00 |
| updated_at | 2025-12-04 10:13:36.008+00 |
| description | Rusk is the Dusk Network node implementation |
| homepage | |
| repository | https://github.com/dusk-network/rusk |
| max_upload_size | |
| id | 1524031 |
| size | 1,798,590 |
🌒 RuskEntrypoint for the blockchain node
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.
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.