datachainlab / parlia-elc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

parlia-elc

test

ELC implementation for BNB Smart Chain.

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

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

About

License:Apache License 2.0


Languages

Language:Rust 100.0%