Go to file
2016-04-04 00:42:00 +03:00
devtools
docker
ethash
ethcore Fixed bootnode URL and error message 2016-04-02 19:01:41 +02:00
evmjit
ipc actual test flag 2016-04-04 00:42:00 +03:00
json refactored loading json tests 2016-03-29 13:01:39 +02:00
miner Use sensible gas price. 2016-03-28 18:53:33 +02:00
parity Reorganised price info lookup 2016-03-28 22:11:28 +01:00
rpc Use sensible gas price. 2016-03-28 18:53:33 +02:00
sync Full restart on bad block 2016-04-02 09:29:12 +02:00
util Merge pull request #872 from ethcore/geth-import 2016-04-03 09:19:40 -04:00
.editorconfig
.gitignore
.gitmodules
.travis.yml Add generalbeck's token 2016-03-28 15:47:57 +02:00
add_license.sh
build.rs
Cargo.lock weekly dependencies update 2016-04-01 12:04:04 +02:00
Cargo.toml
cov.sh
doc.sh
fmt.sh
hook.sh
install-deps.sh
install-parity.sh Update install-parity.sh 2016-03-29 18:05:41 +02: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 | sudo sh -s -- --yes
  • 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