Go to file
2016-03-20 23:51:22 +01:00
devtools Version 1.0 2016-03-14 01:01:15 +01:00
docker update dockerfiles 2016-03-14 18:47:23 +01:00
ethash Version 1.0 2016-03-14 01:01:15 +01:00
ethcore Reverting check if block queue is empty 2016-03-20 23:51:22 +01:00
evmjit Version 1.0 2016-03-14 01:01:15 +01:00
json tests for loading test json files 2016-03-20 23:50:31 +01:00
miner Fixing doctest 2016-03-20 23:51:22 +01:00
parity missing mut 2016-03-14 15:50:45 +01:00
rpc Adding missing commas 2016-03-20 23:51:22 +01:00
sync Adding missing commas 2016-03-20 23:51:22 +01:00
util Indent 2016-03-17 19:40:08 +01:00
.editorconfig
.gitignore
.gitmodules
.travis.yml Disabling benches and beta tests 2016-03-20 23:50:59 +01:00
add_license.sh
build.rs
Cargo.lock proper blockchain json parsing 2016-03-20 23:50:29 +01:00
Cargo.toml proper blockchain json parsing 2016-03-20 23:50:29 +01:00
cov.sh Adding ethminer to dev/ci files 2016-03-08 15:53:12 +01:00
doc.sh Adding ethminer to dev/ci files 2016-03-08 15:53:12 +01:00
hook.sh Merge branch 'master' into ethminer_crate 2016-03-11 14:37:07 +01:00
install-deps.sh
install-parity.sh Update install-parity.sh 2016-03-20 23:49:34 +01:00
LICENSE
license_header
README.md [ci skip] update readme to exclude beta spec (stable is ok) 2016-03-11 18:08:29 +03: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

Then, download and build Parity:

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

# build in release mode
cargo build --release