Go to file
Tomasz Drwięga ffc5d726bd Merge branch 'master' into main-refactor
Conflicts:
	parity/main.rs
2016-04-21 17:35:54 +02:00
devtools
docker Update Dockerfile 2016-04-15 02:04:35 +07:00
ethash Disable long lines formatting (#939) 2016-04-12 15:06:02 -07:00
ethcore Merge pull request #972 from ethcore/db_writer 2016-04-21 11:26:13 +02:00
evmjit
ipc Fixing warnings 2016-04-21 16:06:54 +02:00
json Fixing warnings 2016-04-21 16:06:54 +02:00
miner Fixing warnings 2016-04-21 16:06:54 +02:00
parity Merge branch 'master' into main-refactor 2016-04-21 17:35:54 +02:00
rpc Fixing warnings 2016-04-21 16:06:54 +02:00
sync removed redundant unwraps (#935) 2016-04-19 10:35:32 -07:00
util Fixing warnings 2016-04-21 16:06:54 +02:00
webapp Version 0.2.2 of status page 2016-04-21 09:43:42 +02:00
.editorconfig
.gitignore
.gitmodules Submodule over https 2016-02-08 00:46:59 +01:00
.travis.yml
add_license.sh
build.rs initial setup 2016-04-13 19:03:57 +03:00
Cargo.lock Version 0.2.2 of status page 2016-04-21 09:43:42 +02:00
Cargo.toml Update dependencies 2016-04-17 01:50:04 +02:00
cov.sh Adding webapps crate 2016-04-07 10:49:00 +02:00
doc.sh Adding webapps crate 2016-04-07 10:49:00 +02:00
fmt.sh Adding webapps crate 2016-04-07 10:49:00 +02:00
hook.sh Fixing hook. 2016-04-21 16:19:47 +02:00
install-deps.sh
install-parity.sh Update install-parity.sh 2016-04-11 19:52:42 +02:00
LICENSE Change to library. 2015-11-24 21:05:08 +01:00
license_header
README.md README.md: removes sudo from multirust installation 2016-04-12 14:44:40 -07:00
rustfmt.toml Some tuning of rustfmt 2016-04-13 17:39:20 +02:00
test.sh Adding webapps crate 2016-04-07 10:49:00 +02: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 | 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