Parity

簡介:

目標是成為一個輕量快速的ethereum implementation

Fast, light, robust Ethereum implementation

安裝:

先到以下網站,然後往下拉

https://github.com/paritytech/parity/releases

選擇對應的作業系統版本安裝。

接著輸入錢包的帳號與密碼

以下recovery phrase僅為範例

windows 把以下路徑加入環境變數

C:\Program Files\Ethcore\Parity

mac 把以下路徑加入環境變數

export PATH=/Applications/Parity\ Ethereum.app/Contents/MacOS:$PATH

Ubuntu install from command line

wget http://d1h4xl4cr1h0mo.cloudfront.net/v1.6.8/x86_64-unknown-linux-gnu/parity_1.6.8_amd64.deb

sudo apt install gdebi-core

sudo gdebi parity_1.6.8_amd64.deb

存放資料夾

MAC  $HOME/Library/Application\ Support/io.parity.ethereum/
Windows %UserProfile%\AppData\Roaming\Parity
Linux ~/.local/share/io.parity.ethereum/

文件

https://github.com/paritytech/parity/wiki

Last updated