You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 6, 2020. It is now read-only.
Parity [![Join the chat at https://gitter.im/ethcore/parity][gitter-image]][gitter-url] and
9
-
parity.js [](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)
12
8
9
+
### Join the chat!
13
10
14
-
Be sure to check out [our wiki][wiki-url] for more information.
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.
26
18
27
19
----
28
20
29
-
30
21
## About Parity
31
22
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:
34
26
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:
37
27
- create and manage your Ethereum accounts;
38
28
- manage your Ether and any Ethereum tokens;
39
29
- 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.
41
33
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!
44
35
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`.
47
37
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.
50
39
51
40
----
52
41
53
42
## Build dependencies
54
43
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!
56
45
57
46
We recommend installing Rust through [rustup](https://www.rustup.rs/). If you don't already have rustup, you can install it like this:
58
47
59
48
- Linux:
60
49
```bash
61
50
$ curl https://sh.rustup.rs -sSf | sh
62
51
```
63
-
52
+
64
53
Parity also requires `gcc`, `g++`, `libssl-dev`/`openssl`, `libudev-dev` and `pkg-config` packages to be installed.
65
54
- OSX:
66
55
```bash
@@ -80,19 +69,23 @@ Once you have rustup, install parity or download and build from source
80
69
81
70
----
82
71
83
-
## Quick install
72
+
## Install from the snap store
73
+
74
+
In any of the [supported Linux distros](https://snapcraft.io/docs/core/install):
0 commit comments