Go to file
2016-05-31 22:24:32 +02:00
dapps Base for Signer Websockets server (#1158) 2016-05-28 19:30:31 +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 Version 1.2 2016-05-02 15:02:26 +02:00
ethcore all tests fixed 2016-05-31 22:24:32 +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
parity executable all issues resolved 2016-05-31 21:38:07 +02:00
rpc all tests fixed 2016-05-31 22:24:32 +02:00
signer fixing test 2016-05-29 13:25:31 +02:00
sync all tests fixed 2016-05-31 22:24:32 +02:00
util Merge pull request #1141 from rphmeier/rpc-tests 2016-05-29 00:50:19 +02:00
.editorconfig
.gitignore
.gitmodules
.travis.yml test and travis fix for absent crate 2016-05-31 21:40:26 +02:00
add_license.sh
build.rs
Cargo.lock fixed sync with client only 2016-05-31 20:54:02 +02:00
Cargo.toml fixed sync with client only 2016-05-31 20:54:02 +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
install-parity.sh Update install-parity.sh 2016-05-02 18:35:10 +02:00
LICENSE
license_header
README.md README.md: removes sudo from multirust installation 2016-04-12 14:44:40 -07:00
rustfmt.toml
test.sh test and travis fix for absent crate 2016-05-31 21:40:26 +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