Go to file
2016-03-24 01:25:59 +01:00
devtools Version 1.1 2016-03-14 01:00:17 +01:00
docker update dockerfiles 2016-03-14 18:47:23 +01:00
ethash Version 1.1 2016-03-14 01:00:17 +01:00
ethcore fixed loading of executive tests, unrevealed failing consensus tests 2016-03-24 01:25:59 +01:00
evmjit Version 1.1 2016-03-14 01:00:17 +01:00
json fixed loading of executive tests, unrevealed failing consensus tests 2016-03-24 01:25:59 +01:00
miner Fixing future-current transactions clash 2016-03-23 12:23:50 +01:00
parity Fix author reporting. num_cpus for JSONRPC threads. 2016-03-22 19:12:17 +01:00
rpc Merge pull request #800 from ethcore/fixjsonrpc 2016-03-22 21:08:59 +01:00
sync Merge branch 'master' into tx_queue_timeout 2016-03-18 19:36:32 +01:00
util Merge pull request #798 from ethcore/eth_rpc 2016-03-22 18:38:55 +01:00
.editorconfig
.gitignore
.gitmodules
.travis.yml Auto detect available port 2016-03-20 16:21:49 +01:00
add_license.sh
build.rs
Cargo.lock Fix author reporting. num_cpus for JSONRPC threads. 2016-03-22 19:12:17 +01:00
Cargo.toml Fix author reporting. num_cpus for JSONRPC threads. 2016-03-22 19:12:17 +01:00
cov.sh
doc.sh
hook.sh
install-deps.sh
install-parity.sh Update install-parity.sh 2016-03-17 09:54:05 +01:00
LICENSE Change to library. 2015-11-24 21:05:08 +01:00
license_header
README.md complete getting started steps for OS X 2016-03-20 20:44:32 +01:00
test.sh Merge branch 'master' into uint_opt 2016-03-14 23:45:16 +01: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