/ultron

DoraNetwork BlockChain Core Project(Dora Network)

Primary LanguageGoGNU Lesser General Public License v3.0LGPL-3.0

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