Go to file
2016-05-26 20:37:08 +02:00
dapps Renaming dapps repos. Updating dapps (#1142) 2016-05-26 18:21:15 +02:00
db ethcore-db crate (#1097) 2016-05-19 14:36:15 +02:00
devtools Update error message 2016-05-12 18:39:12 +03:00
docker
ethash
ethcore Bloomchain (#1014) 2016-05-26 18:24:51 +02:00
evmjit
ipc Bumping clippy. Fixing warnings (#1139) 2016-05-25 17:03:58 +02:00
json Bumping clippy. Fixing warnings (#1139) 2016-05-25 17:03:58 +02:00
miner Fixing clippy warnings 2016-05-26 11:49:58 +02:00
parity Bloomchain (#1014) 2016-05-26 18:24:51 +02:00
rpc move existing rpc tests into mocked module 2016-05-26 20:37:08 +02:00
sync Bumping clippy. Fixing warnings (#1139) 2016-05-25 17:03:58 +02:00
util Bloomchain (#1014) 2016-05-26 18:24:51 +02:00
.editorconfig
.gitignore
.gitmodules
.travis.yml Renaming dapps repos. Updating dapps (#1142) 2016-05-26 18:21:15 +02:00
add_license.sh
build.rs
Cargo.lock Renaming dapps repos. Updating dapps (#1142) 2016-05-26 18:21:15 +02:00
Cargo.toml Renaming dapps repos. Updating dapps (#1142) 2016-05-26 18:21:15 +02:00
cov.sh Renaming dapps repos. Updating dapps (#1142) 2016-05-26 18:21:15 +02:00
doc.sh Renaming dapps repos. Updating dapps (#1142) 2016-05-26 18:21:15 +02:00
fmt.sh Renaming dapps repos. Updating dapps (#1142) 2016-05-26 18:21:15 +02:00
hook.sh Renaming dapps repos. Updating dapps (#1142) 2016-05-26 18:21:15 +02:00
install-deps.sh
install-parity.sh
LICENSE
license_header
README.md
rustfmt.toml
test.sh Renaming dapps repos. Updating dapps (#1142) 2016-05-26 18:21:15 +02: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 | sh
  • 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