Skip to content

Download

It is strongly recommended to build CEMCL from the latest source code.

Release

v0.3.0

This is an alpha version which hasn't been fully tested.

Change Log

  1. Breaking Change New configuration files
  2. Introduce a new UI
  3. Support wrapper
  4. Memorize the account and version you select
  5. Minor bug fixes

Download Links: Linux | macOS | Windows

GitHub CI

Get it in GitHub Actions.

Build

  1. Install Rust
  2. Clone this repository
    sh
    git clone https://github.com/constant-e/CEMCL.git
  3. Build
    sh
    # Build Debug
    cargo build
    # Build Release
    cargo build --release