Go to file
2016-03-13 11:06:57 +01:00
devtools
docker
ethash
ethcore Merge pull request #634 from ethcore/jdb_option2 2016-03-12 10:01:17 +01:00
evmjit
parity Merge branch 'master' of github.com:ethcore/parity into jdb_option2 2016-03-11 22:43:59 +01:00
rpc Merge pull request #670 from ethcore/updating_clippy 2016-03-11 23:57:06 +03:00
sync Merge branch 'master' into updating_clippy 2016-03-11 19:17:09 +01:00
util make heavy 2016-03-13 11:06:57 +01:00
.editorconfig
.gitignore
.gitmodules
.travis.yml
add_license.sh
build.rs
Cargo.lock rocksdb version bump 2016-03-12 19:03:33 +01:00
Cargo.toml Merge branch 'master' into updating_clippy 2016-03-11 19:17:09 +01:00
cov.sh
doc.sh
hook.sh Removing superflous check for nightly 2016-03-11 11:16:49 +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

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