All Projects → DoraNetwork → ultron

DoraNetwork / ultron

Licence: LGPL-3.0, GPL-3.0 licenses found Licenses found LGPL-3.0 COPYING.LESSER GPL-3.0 COPYING
DoraNetwork BlockChain Core Project(Dora Network)

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to ultron

pbft
Implementation of the Practical Byzantine Fault Tolerant Algorithm (pbft)
Stars: ✭ 114 (+660%)
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 (+10586.67%)
Mutual labels:  pbft
semux-core
Semux Core
Stars: ✭ 76 (+406.67%)
Mutual labels:  pbft
bloqly
Bloqly: JavaScript Smart Contracts Engine + SQL database
Stars: ✭ 29 (+93.33%)
Mutual labels:  pbft
blockchain consensus algorithm
代码实现五种区块链共识算法 The code implements five blockchain consensus algorithms
Stars: ✭ 251 (+1573.33%)
Mutual labels:  pbft
Keytransparency
A transparent and secure way to look up public keys.
Stars: ✭ 1,561 (+10306.67%)
Mutual labels:  vrf
pilot
Simple web-based SDN controller for family and friends
Stars: ✭ 33 (+120%)
Mutual labels:  vrf

Installation

$ git clone https://github.com/DoraNetwork/ultron.git
$ cd ultron
$ git checkout master
$ make all

Initialize a Ultron node

$ build/ultron node init --home ~/.ultron

Start a Ultron node

$ build/ultron node start --home ~/.ultron

Start a ultron client and send transactions

$ build/ultron attach http://localhost:8545
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].