Go to file
Arkadiy Paronyan 8ce073ed9a Merge pull request #683 from ethcore/jdb-state-queries
state query for archive jdb
2016-03-12 16:19:00 +01:00
devtools Delete LICENSE.txt 2016-02-20 12:38:16 +03:00
docker tabified 2016-02-08 19:58:19 +01:00
ethash eth_getwork implemented. 2016-02-29 19:30:13 +01:00
ethcore Merge pull request #634 from ethcore/jdb_option2 2016-03-12 10:01:17 +01:00
evmjit version bump, test script for full suite 2016-02-16 13:40:58 +03:00
parity Merge branch 'master' of github.com:ethcore/parity into jdb_option2 2016-03-11 22:43:59 +01:00
rpc Merge pull request #670 from ethcore/updating_clippy 2016-03-11 23:57:06 +03:00
sync Merge branch 'master' into updating_clippy 2016-03-11 19:17:09 +01:00
util Merge pull request #683 from ethcore/jdb-state-queries 2016-03-12 16:19:00 +01:00
.editorconfig Editorconfig file. 2016-02-09 10:50:29 +01:00
.gitignore ignore out directory 2016-02-29 21:14:38 +01:00
.gitmodules Submodule over https 2016-02-08 00:46:59 +01:00
.travis.yml build on rust stable 2016-03-05 11:36:12 +01:00
Cargo.lock Update cargo lock. 2016-03-12 12:10:55 +01:00
Cargo.toml Merge branch 'master' into updating_clippy 2016-03-11 19:17:09 +01:00
LICENSE Change to library. 2015-11-24 21:05:08 +01:00
README.md [ci skip] update readme to exclude beta spec (stable is ok) 2016-03-11 18:08:29 +03:00
add_license.sh added license in every *.rs file 2016-02-05 13:40:41 +01:00
build.rs Fixing clippy warnings. When building on nightly it is required to enable clippy 2016-03-07 14:34:17 +01:00
cov.sh excluding test code itself from coverage 2016-02-10 03:27:54 +03:00
doc.sh doc.sh 2016-02-02 14:31:12 +01:00
hook.sh Removing superflous check for nightly 2016-03-11 11:16:49 +01:00
install-deps.sh Fix install-deps.sh. 2016-03-02 13:40:11 +01:00
install-parity.sh Removed rocksdb from build scripts and instructions 2016-02-26 13:27:05 +01:00
license_header prepare for adding licenses 2016-02-05 13:36:30 +01:00
test.sh version bump, test script for full suite 2016-02-16 13:40:58 +03:00

README.md

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