Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 385 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 385 Bytes

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