All Projects → semuxproject → semux-core

semuxproject / semux-core

Licence: other
Semux Core

Programming Languages

java
68154 projects - #9 most used programming language
C++
36643 projects - #6 most used programming language
c
50402 projects - #5 most used programming language
CMake
9771 projects
HTML
75241 projects
shell
77523 projects

Projects that are alternatives of or similar to semux-core

bloqly
Bloqly: JavaScript Smart Contracts Engine + SQL database
Stars: ✭ 29 (-61.84%)
Mutual labels:  pbft
blockchain consensus algorithm
代码实现五种区块链共识算法 The code implements five blockchain consensus algorithms
Stars: ✭ 251 (+230.26%)
Mutual labels:  pbft
ultron
DoraNetwork BlockChain Core Project(Dora Network)
Stars: ✭ 15 (-80.26%)
Mutual labels:  pbft
pbft
Implementation of the Practical Byzantine Fault Tolerant Algorithm (pbft)
Stars: ✭ 114 (+50%)
Mutual labels:  pbft
FISCO-BCOS
FISCO BCOS是由微众牵头的金链盟主导研发、对外开源、安全可控的企业级金融区块链底层技术平台。 单链配置下,性能TPS可达万级。提供群组架构、并行计算、分布式存储、可插拔的共识机制、隐私保护算法、支持全链路国密算法等诸多特性。 经过多个机构、多个应用,长时间在生产环境中的实践检验,具备金融级的高性能、高可用性及高安全性。FISCO BCOS is a secure and reliable financial-grade open-source blockchain platform. The platform provides rich features including group architecture, cross-chain communication protoc…
Stars: ✭ 1,603 (+2009.21%)
Mutual labels:  pbft

Semux Core

Build Status Build status Crowdin

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 the Latest Release and unpack it to a desired directory.
  2. Run semux-gui.bat if you're on Windows, or ./semux-gui.sh if you're on Linux or macOS.
  3. (Windows user) You may need to install Microsoft Visual C++ 2012 Redistributable Package (x64).

Build from source

Prerequisites:

OpenJDK 11
Apache Maven 3.5.2

Build:

git clone https://github.com/semuxproject/semux-core
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-core

License

The MIT License

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].