Semux is an experimental high-performance blockchain platform that powers decentralized application. It's written purely in Java and powered by delegated BFT consensus algorithm.
More info can be found at our Wiki page.
- Total supply: 100,000,000 SEM
- Block time: 30 seconds
- Consensus algorithm: Semux BFT
- Symbol: SEM
- Download and install Java SE Runtime Environment 8.
- Download the Latest Release and unpack it to a desired directory.
- Run
semux.bat
if you're on Windows; or run./semux.sh
if you're on Linux or macOS. Be sure that your system date and time is properly synchronized. To run in command line mode, add--cli
as a parameter. - (Windows user) You may also need to install Microsoft Visual C++ 2010 Redistributable Package.
This project is under active development and is NOT production ready.
Pull requests, and contributions are welcome. Please see Development Guideline for instructions.