555555e6f72bef46c8b3f1fe22bd5f4aacf393f4
Conflicts: parity/signer.rs rpc/src/v1/helpers/signing_queue.rs rpc/src/v1/impls/eth_signing.rs rpc/src/v1/impls/personal_signer.rs signer/src/ws_server/mod.rs
ethcore
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
Description
Languages
Rust
99.7%
Shell
0.2%
Dockerfile
0.1%