Skip to content

datachainlab/parlia-elc

Repository files navigation

parlia-elc

test

ELC implementation for BNB Smart Chain.

NOTE: This project is currently under heavy development. Features may change or break.

Supported Versions

Documents

Configuration

Environment variables can be used to change settings. Each configuration must be determined at build time, not at run time.

Blocks per epoch

You can change the blocks per epoch for localnet. This is available in dev feature only.

BSC_BLOCKS_PER_EPOCH=20 cargo build --features=dev