Skip to content
This repository was archived by the owner on Nov 6, 2020. It is now read-only.

Commit bfc45c4

Browse files
committed
Update stable readme to reflect required rust version
1 parent 1a5b176 commit bfc45c4

File tree

1 file changed

+30
-37
lines changed

1 file changed

+30
-37
lines changed

README.md

+30-37
Original file line numberDiff line numberDiff line change
@@ -1,66 +1,55 @@
1-
# [Parity](https://ethcore.io/parity.html)
2-
### Fast, light, and robust Ethereum implementation
1+
# [Parity](https://parity.io/parity.html) - fast, light, and robust Ethereum client
32

4-
[![build status](https://gitlab.ethcore.io/parity/parity/badges/master/build.svg)](https://gitlab.ethcore.io/parity/parity/commits/master) [![Coverage Status][coveralls-image]][coveralls-url] [![GPLv3][license-image]][license-url]
3+
[![build status](https://gitlab.parity.io/parity/parity/badges/master/build.svg)](https://gitlab.parity.io/parity/parity/commits/master)
4+
[![Snap Status](https://build.snapcraft.io/badge/paritytech/parity.svg)](https://build.snapcraft.io/user/paritytech/parity)
5+
[![GPLv3](https://img.shields.io/badge/license-GPL%20v3-green.svg)](https://www.gnu.org/licenses/gpl-3.0.en.html)
56

6-
### Join the chat!
7-
8-
Parity [![Join the chat at https://gitter.im/ethcore/parity][gitter-image]][gitter-url] and
9-
parity.js [![Join the chat at https://gitter.im/ethcore/parity.js](https://badges.gitter.im/ethcore/parity.js.svg)](https://gitter.im/ethcore/parity.js?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
10-
11-
[Internal Documentation][doc-url]
7+
- [Download the latest release here.](https://github.com/paritytech/parity/releases)
128

9+
### Join the chat!
1310

14-
Be sure to check out [our wiki][wiki-url] for more information.
15-
16-
[coveralls-image]: https://coveralls.io/repos/github/ethcore/parity/badge.svg?branch=master
17-
[coveralls-url]: https://coveralls.io/github/ethcore/parity?branch=master
18-
[gitter-image]: https://badges.gitter.im/Join%20Chat.svg
19-
[gitter-url]: https://gitter.im/ethcore/parity?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge
20-
[license-image]: https://img.shields.io/badge/license-GPL%20v3-green.svg
21-
[license-url]: https://www.gnu.org/licenses/gpl-3.0.en.html
22-
[doc-url]: https://ethcore.github.io/parity/ethcore/index.html
23-
[wiki-url]: https://github.com/ethcore/parity/wiki
11+
Get in touch with us on Gitter:
12+
[![Gitter: Parity](https://img.shields.io/badge/gitter-parity-4AB495.svg)](https://gitter.im/paritytech/parity)
13+
[![Gitter: Parity.js](https://img.shields.io/badge/gitter-parity.js-4AB495.svg)](https://gitter.im/paritytech/parity.js)
14+
[![Gitter: Parity/Miners](https://img.shields.io/badge/gitter-parity/miners-4AB495.svg)](https://gitter.im/paritytech/parity/miners)
15+
[![Gitter: Parity-PoA](https://img.shields.io/badge/gitter-parity--poa-4AB495.svg)](https://gitter.im/paritytech/parity-poa)
2416

25-
**Parity requires Rust version 1.15.0 to build**
17+
Be sure to check out [our wiki](https://github.com/paritytech/parity/wiki) and the [internal documentation](https://paritytech.github.io/parity/ethcore/index.html) for more information.
2618

2719
----
2820

29-
3021
## About Parity
3122

32-
Parity's goal is to be the fastest, lightest, and most secure Ethereum client. We are developing Parity using the sophisticated and
33-
cutting-edge Rust programming language. Parity is licensed under the GPLv3, and can be used for all your Ethereum needs.
23+
Parity's goal is to be the fastest, lightest, and most secure Ethereum client. We are developing Parity using the sophisticated and cutting-edge Rust programming language. Parity is licensed under the GPLv3, and can be used for all your Ethereum needs.
24+
25+
Parity comes with a built-in wallet. To access [Parity Wallet](http://web3.site/) simply go to http://web3.site/ (if you don't have access to the internet, but still want to use the service, you can also use http://127.0.0.1:8180/). It includes various functionality allowing you to:
3426

35-
Parity comes with a built-in wallet. To access [Parity Wallet](http://127.0.0.1:8080/) simply go to http://127.0.0.1:8080/. It
36-
includes various functionality allowing you to:
3727
- create and manage your Ethereum accounts;
3828
- manage your Ether and any Ethereum tokens;
3929
- create and register your own tokens;
40-
- and much more.
30+
- and much more.
31+
32+
By default, Parity will also run a JSONRPC server on `127.0.0.1:8545`. This is fully configurable and supports a number of RPC APIs.
4133

42-
By default, Parity will also run a JSONRPC server on `127.0.0.1:8545`. This is fully configurable and supports a number
43-
of RPC APIs.
34+
If you run into an issue while using parity, feel free to file one in this repository or hop on our [gitter chat room](https://gitter.im/paritytech/parity) to ask a question. We are glad to help!
4435

45-
If you run into an issue while using parity, feel free to file one in this repository
46-
or hop on our [gitter chat room][gitter-url] to ask a question. We are glad to help!
36+
**For security-critical issues**, please refer to the security policy outlined in `SECURITY.MD`.
4737

48-
Parity's current release is 1.5. You can download it at https://ethcore.io/parity.html or follow the instructions
49-
below to build from source.
38+
Parity's current release is 1.7. You can download it at https://github.com/paritytech/parity/releases or follow the instructions below to build from source.
5039

5140
----
5241

5342
## Build dependencies
5443

55-
Parity is fully compatible with Stable Rust.
44+
**Parity requires Rust version 1.18.0 to build**, Parity versions 1.6.x do not build with Rust 1.17.0 or 1.19.0!
5645

5746
We recommend installing Rust through [rustup](https://www.rustup.rs/). If you don't already have rustup, you can install it like this:
5847

5948
- Linux:
6049
```bash
6150
$ curl https://sh.rustup.rs -sSf | sh
6251
```
63-
52+
6453
Parity also requires `gcc`, `g++`, `libssl-dev`/`openssl`, `libudev-dev` and `pkg-config` packages to be installed.
6554
- OSX:
6655
```bash
@@ -80,19 +69,23 @@ Once you have rustup, install parity or download and build from source
8069

8170
----
8271

83-
## Quick install
72+
## Install from the snap store
73+
74+
In any of the [supported Linux distros](https://snapcraft.io/docs/core/install):
8475

8576
```bash
86-
cargo install --git https://github.com/ethcore/parity.git parity
77+
sudo snap install parity --edge
8778
```
8879

80+
(Note that this is an experimental and unstable release, at the moment)
81+
8982
----
9083

9184
## Build from source
9285

9386
```bash
9487
# download Parity code
95-
$ git clone https://github.com/ethcore/parity
88+
$ git clone https://github.com/paritytech/parity
9689
$ cd parity
9790

9891
# build in release mode

0 commit comments

Comments
 (0)