Files
pezkuwi-sdk/pezkuwi/runtime/pezkuwichain
pezkuwichain 4c8f281051 style: Migrate to stable-only rustfmt configuration
- Remove nightly-only features from .rustfmt.toml and vendor/ss58-registry/rustfmt.toml
- Removed features: imports_granularity, wrap_comments, comment_width,
  reorder_impl_items, spaces_around_ranges, binop_separator,
  match_arm_blocks, trailing_semicolon, trailing_comma
- Format all 898 affected files with stable rustfmt
- Ensures long-term reliability without nightly toolchain dependency
2025-12-23 09:37:11 +03:00
..

pezkuwichain: v2.1

pezkuwichain is a testnet runtime with no stability guarantees.

How to build pezkuwichain runtime

EpochDurationInBlocks parameter is configurable via pezkuwichain_EPOCH_DURATION environment variable. To build wasm runtime blob with customized epoch duration the following command shall be executed:

pezkuwichain_EPOCH_DURATION=10 ./pezkuwi/scripts/build-only-wasm.sh pezkuwichain-runtime /path/to/output/directory/

How to run pezkuwichain-local

The Pezcumulus Tutorial details building, starting, and testing pezkuwichain-local and teyrchains connecting to it.

How to register a teyrchain on the pezkuwichain testnet

The teyrchain registration process on the public pezkuwichain testnet is also outlined.