Go to file
2016-03-09 19:27:44 +04:00
devtools Delete LICENSE.txt 2016-02-20 12:38:16 +03:00
docker
ethash
ethcore Merge branch 'master' into jsonrpc_panic_handle 2016-03-09 13:46:08 +01:00
evmjit
parity adding return to if branch 2016-03-09 19:27:44 +04:00
rpc jsonrpc panic handle 2016-03-09 11:38:53 +01:00
sync Do not remove the peer immediatelly on send error 2016-03-07 11:34:07 +01:00
util basic commands 2016-03-09 17:11:15 +04:00
.editorconfig
.gitignore
.gitmodules
.travis.yml
add_license.sh
Cargo.lock basic commands 2016-03-09 17:11:15 +04:00
Cargo.toml basic commands 2016-03-09 17:11:15 +04:00
cov.sh
doc.sh
hook.sh
install-deps.sh
install-parity.sh
LICENSE
license_header
README.md
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

# parity should be built with rust beta
multirust override beta

# build in release mode
cargo build --release