Go to file
Nikolay Volf c2787d80c8 Merge pull request #1008 from ethcore/uint-deserialization
Fixed uint deserialization from hex
2016-04-27 20:18:09 +03:00
devtools
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
parity Merge pull request #998 from ethcore/ipc-new-serialization 2016-04-26 15:52:38 +02:00
rpc make jsonrpc api engine agnostic 2016-04-25 16:06:08 +02:00
sync Inrease timeout, decrease number of requested blocks 2016-04-26 14:04:00 +02:00
util Fixed uint deserialization 2016-04-27 14:39:46 +02:00
webapp
.editorconfig
.gitignore
.gitmodules
.travis.yml Add generalbeck's token 2016-03-28 15:47:57 +02:00
add_license.sh
build.rs fixing codegen links 2016-04-25 06:29:20 +03:00
Cargo.lock Merge pull request #998 from ethcore/ipc-new-serialization 2016-04-26 15:52:38 +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
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