Gav Wood 6399c0a2c7 Merge pull request #850 from ethcore/pubtxs
Publish locally-made transactions to peers.
2016-03-28 19:41:53 +02:00
2016-03-14 18:47:23 +01:00
2016-03-28 10:12:15 +02:00
2016-03-28 18:53:33 +02:00
2016-03-28 00:49:35 +02:00
2016-03-28 18:53:33 +02:00
2016-03-28 09:42:50 +02:00
2016-03-28 15:47:57 +02:00
2016-03-28 10:25:19 +02:00
2016-03-28 10:25:19 +02:00

ethcore

Build Status Coverage Status Join the chat at https://gitter.im/trogdoro/xiki GPLv3

Documentation

Building from source

First (if you don't already have it) get multirust:

  • Linux:
curl -sf https://raw.githubusercontent.com/brson/multirust/master/quick-install.sh | sudo sh -s -- --yes
  • OSX with Homebrew:
brew update && brew install multirust
multirust default stable

Then, download and build Parity:

# download Parity code
git clone https://github.com/ethcore/parity
cd parity

# build in release mode
cargo build --release
Languages
Rust 99.7%
Shell 0.2%
Dockerfile 0.1%