kaar2 / sem

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome to Semux!

Build Status Build status Coverage Status Crowdin

Throughput Graph

What is Semux

Semux is an experimental high-performance blockchain platform that powers decentralized application. It's written purely in Java and powered by Semux BFT consensus algorithm.

More info can be found at our Documentation page.

Get started

  1. Download and install Java SE Runtime Environment
  2. (Windows user) Download and install Microsoft Visual C++ Redistributable for Visual Studio 2012 Update 4
  3. Download the Latest Wallet Release and unpack it to a desired directory.
  4. Run semux.exe if you're on Windows; run ./semux-gui.sh or ./semux-cli.sh if you're on Linux or macOS.

Build from source

Prerequisites:

Java SE Development Kit 8 or above
Apache Maven 3.5.2

Build:

git clone https://github.com/semuxproject/semux
cd semux
mvn install -DskipTests

Run:

./dist/linux/semux-cli.sh

Contribute

Anyone is welcome to contribute to this open source project in the form of peer review, testing and patches. Please see the contributing guide for more details.

If you find a bug, please submit it to issues.

Wallet Localization

If you want to add new language, review/update existing translation or help to finish specific translations, you can join and do that by following link: https://crowdin.com/project/semux

License

The MIT License

About

License:MIT License


Languages

Language:Java 97.6%Language:C 0.8%Language:CMake 0.7%Language:HTML 0.5%Language:C++ 0.3%Language:Shell 0.2%