Go to file
2016-03-14 09:44:02 +01:00
devtools Version 1.1 2016-03-14 01:00:17 +01:00
docker
ethash Version 1.1 2016-03-14 01:00:17 +01:00
ethcore Version 1.1 2016-03-14 01:00:17 +01:00
evmjit Version 1.1 2016-03-14 01:00:17 +01:00
miner Version 1.1 2016-03-14 01:00:17 +01:00
parity Merge pull request #701 from ethcore/sstore-key-exp 2016-03-13 23:19:49 +01:00
rpc Version 1.1 2016-03-14 01:00:17 +01:00
sync Version 1.1 2016-03-14 01:00:17 +01:00
util removed tests that used fixedhash 2016-03-14 09:44:02 +01:00
.editorconfig Editorconfig file. 2016-02-09 10:50:29 +01:00
.gitignore ignore out directory 2016-02-29 21:14:38 +01:00
.gitmodules
.travis.yml Removed rocksdb build dependency 2016-03-14 01:27:27 +01:00
add_license.sh
build.rs Fixing clippy warnings. When building on nightly it is required to enable clippy 2016-03-07 14:34:17 +01:00
Cargo.lock Version 1.1 2016-03-14 01:00:17 +01:00
Cargo.toml Version 1.1 2016-03-14 01:00:17 +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
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 [ci skip] fix tesh.sh 2016-03-14 09:38:44 +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