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
- Breaking Change New configuration files
- Introduce a new UI
- Support wrapper
- Memorize the account and version you select
- Minor bug fixes
Download Links: Linux | macOS | Windows
GitHub CI
Get it in GitHub Actions.
Build
- Install Rust
- Clone this repositorysh
git clone https://github.com/constant-e/CEMCL.git - Buildsh
# Build Debug cargo build # Build Release cargo build --release