Go to file
Arkadiy Paronyan 10d361aec5 Merge pull request #796 from ethcore/beta-staging
Merge master to beta
2016-03-22 20:55:57 +01:00
devtools Version 1.0 2016-03-14 01:01:15 +01:00
docker update dockerfiles 2016-03-14 18:47:23 +01:00
ethash Version 1.0 2016-03-14 01:01:15 +01:00
ethcore Merge with master 2016-03-21 15:55:46 +01:00
evmjit Version 1.0 2016-03-14 01:01:15 +01:00
json improvements to build, updated dependencies, moved rpctest to its own submodule 2016-03-21 00:04:53 +01:00
miner Merge with master 2016-03-21 15:55:46 +01:00
parity JSONRPC interface defaults to local. 2016-03-21 00:04:55 +01:00
rpc Fixed rpc tests 2016-03-21 18:07:07 +01:00
sync Fixed sync tests 2016-03-21 18:51:22 +01:00
util implemented eth_call 2016-03-21 00:04:55 +01:00
.editorconfig
.gitignore
.gitmodules
.travis.yml test ethjson module on travis 2016-03-20 23:56:57 +01:00
add_license.sh
build.rs
Cargo.lock Merge with master 2016-03-21 15:55:46 +01:00
Cargo.toml improvements to build, updated dependencies, moved rpctest to its own submodule 2016-03-21 00:04:53 +01:00
cov.sh
doc.sh
hook.sh
install-deps.sh
install-parity.sh Update install-parity.sh 2016-03-20 23:49:34 +01:00
LICENSE
license_header
README.md [ci skip] update readme to exclude beta spec (stable is ok) 2016-03-11 18:08:29 +03:00
test.sh Merge branch 'master' into uint_opt 2016-03-14 23:45:16 +01:00

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

# build in release mode
cargo build --release