Go to file
2016-04-22 16:37:22 +03:00
devtools
docker
ethash
ethcore Merge pull request #966 from ethcore/from-bytes-extend 2016-04-20 18:17:00 +02:00
evmjit
ipc struct with reference serialization 2016-04-22 16:37:22 +03:00
json
miner Merge branch 'master' into rpc-logs 2016-04-19 19:59:50 +02:00
parity Merge branch 'master' into rpc-logs 2016-04-19 19:59:50 +02:00
rpc Merge branch 'master' into rpc-logs 2016-04-19 19:59:50 +02:00
sync removed redundant unwraps (#935) 2016-04-19 10:35:32 -07:00
util Merge pull request #976 from ethcore/rpc-logs 2016-04-20 18:47:30 +02:00
webapp
.editorconfig
.gitignore
.gitmodules
.travis.yml
add_license.sh
build.rs
Cargo.lock making this work 2016-04-20 23:05:53 +03:00
Cargo.toml
cov.sh
doc.sh Adding webapps crate 2016-04-07 10:49:00 +02:00
fmt.sh
hook.sh
install-deps.sh
install-parity.sh
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