Go to file
2016-04-28 11:49:34 +02:00
devtools fix lib 2016-03-26 19:04:42 +03:00
docker
ethash
ethcore Fix spelling of "omitted" 2016-04-24 22:16:34 +01:00
evmjit
ipc Merge pull request #998 from ethcore/ipc-new-serialization 2016-04-26 15:52:38 +02:00
json
miner Update transaction_queue.rs 2016-04-24 22:08:27 +01:00
parity Merge pull request #988 from ethcore/rpc-exception-handling 2016-04-28 10:02:12 +02:00
rpc Merge branch 'master' into rpc-exception-handling 2016-04-26 11:30:37 +02:00
sync Inrease timeout, decrease number of requested blocks 2016-04-26 14:04:00 +02:00
util Merge pull request #988 from ethcore/rpc-exception-handling 2016-04-28 10:02:12 +02:00
webapp Merge pull request #1011 from ethcore/url-update 2016-04-28 10:09:13 +02:00
.editorconfig
.gitignore
.gitmodules
.travis.yml
add_license.sh
build.rs fixing codegen links 2016-04-25 06:29:20 +03:00
Cargo.lock cargo update 2016-04-28 10:21:58 +02:00
Cargo.toml fixing codegen links 2016-04-25 06:29:20 +03:00
cov.sh
doc.sh
fmt.sh
hook.sh
install-deps.sh Use latest netstats (#989) 2016-04-24 13:24:38 +01:00
install-parity.sh Use latest netstats (#989) 2016-04-24 13:24:38 +01:00
LICENSE
license_header
README.md
rustfmt.toml
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 | 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