Go to file
2016-05-31 16:59:01 +02:00
dapps Base for Signer Websockets server (#1158) 2016-05-28 19:30:31 +02:00
db
devtools
docker
ethash Version 1.2 2016-05-02 15:02:26 +02:00
ethcore mostly purge x! from ethcore 2016-05-31 16:59:01 +02:00
evmjit Version 1.2 2016-05-02 15:02:26 +02:00
ipc Bumping clippy. Fixing warnings (#1139) 2016-05-25 17:03:58 +02:00
json refine tests for call deserialization 2016-05-27 18:09:32 +02:00
miner move transaction import error warning into miner implementation 2016-05-30 13:14:32 +02:00
parity Merge branch 'master' into signer-rpc 2016-05-28 19:36:57 +02:00
rpc stop eth_syncing from returning true forever (#1181) 2016-05-31 10:31:36 +02:00
signer fixing test 2016-05-29 13:25:31 +02:00
sync Fixed block/hashes propagation 2016-05-29 00:38:10 +02:00
util expunge x! from util 2016-05-31 16:40:48 +02: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 Merge branch 'master' into signer-crate 2016-05-26 18:58:25 +02:00
add_license.sh
build.rs
Cargo.lock Merge pull request #1167 from ethcore/signer-rpc 2016-05-30 21:31:20 +02:00
Cargo.toml Merge branch 'master' into signer-crate 2016-05-26 18:58:25 +02:00
cov.sh Merge branch 'master' into signer-crate 2016-05-26 18:58:25 +02:00
doc.sh Merge branch 'master' into signer-crate 2016-05-26 18:58:25 +02:00
fmt.sh Merge branch 'master' into signer-crate 2016-05-26 18:58:25 +02:00
hook.sh Merge branch 'master' into signer-crate 2016-05-26 18:58:25 +02:00
install-deps.sh Use latest netstats (#989) 2016-04-24 13:24:38 +01:00
install-parity.sh
LICENSE Change to library. 2015-11-24 21:05:08 +01:00
license_header
README.md README.md: removes sudo from multirust installation 2016-04-12 14:44:40 -07:00
rustfmt.toml
test.sh Merge branch 'master' into signer-crate 2016-05-26 18:58:25 +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