Go to file
2016-03-02 13:21:33 +01:00
devtools
docker
ethash
ethcore Merge pull request #564 from ethcore/inclusive_bloom_ranges 2016-03-02 13:05:45 +01:00
evmjit
parity
rpc
sync
util Improved journaldb logging 2016-03-02 13:21:33 +01:00
.editorconfig
.gitignore
.gitmodules Submodule over https 2016-02-08 00:46:59 +01:00
.travis.yml Merge branch 'master' of github.com:ethcore/parity into db 2016-02-24 21:32:21 +01:00
add_license.sh added license in every *.rs file 2016-02-05 13:40:41 +01:00
Cargo.lock
Cargo.toml
cov.sh
doc.sh
hook.sh
install-deps.sh
install-parity.sh
LICENSE Change to library. 2015-11-24 21:05:08 +01:00
license_header prepare for adding licenses 2016-02-05 13:36:30 +01:00
README.md
test.sh

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

# parity should be built with rust beta
multirust override beta

# build in release mode
cargo build --release