Go to file
2016-03-30 18:27:31 +03:00
devtools fix lib 2016-03-26 19:04:42 +03:00
docker
ethash Caching for computing seed hashes (#541) 2016-03-27 20:42:24 +01:00
ethcore Fix build. 2016-03-28 10:12:15 +02:00
evmjit
ipc codegen proxy->client 2016-03-30 18:27:31 +03:00
json refactored state tests 2016-03-25 13:08:57 +01:00
miner Merge remote-tracking branch 'origin/master' into bettermining 2016-03-27 22:16:24 +02:00
parity USD-based pricing of gas. 2016-03-28 00:49:35 +02:00
rpc Fix response for mining. 2016-03-28 11:23:22 +02:00
sync Use network id for the web3_net_version return. 2016-03-26 00:23:07 +01:00
util Rename spawn -> boxed_clone 2016-03-28 09:42:50 +02:00
.editorconfig
.gitignore
.gitmodules
.travis.yml Auto detect available port 2016-03-20 16:21:49 +01:00
add_license.sh
build.rs
Cargo.lock Avoid openssl dep. 2016-03-28 10:25:19 +02:00
Cargo.toml Avoid openssl dep. 2016-03-28 10:25:19 +02:00
cov.sh
doc.sh
fmt.sh Adding new crates 2016-03-23 18:20:06 +01:00
hook.sh
install-deps.sh
install-parity.sh install-partiy runs brew reinstall parity on osx 2016-03-24 22:22:04 +01:00
LICENSE
license_header
README.md complete getting started steps for OS X 2016-03-20 20:44:32 +01:00
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