项目作者: DoraNetwork

项目描述 :
DoraNetwork BlockChain Core Project(Dora Network)
高级语言: Go
项目地址: git://github.com/DoraNetwork/ultron.git
创建时间: 2018-08-30T05:45:45Z
项目社区:https://github.com/DoraNetwork/ultron

开源协议:GNU Lesser General Public License v3.0

下载


Installation

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

Initialize a Ultron node

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

Start a Ultron node

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

Start a ultron client and send transactions

  1. $ build/ultron attach http://localhost:8545