BlockChain區塊鏈
  • 本書簡介
  • 區塊鏈運作原理
  • Bitcoin介紹
    • 簡介
    • Bitcoin其他知識
  • Bitcoin原理與實作
  • BitcoinJS
    • BTC 地址格式種類
    • 從 Mnemonic 轉為地址
  • Serverless 架構實作
  • Docker常用指令
  • ethereum初探
    • ethereum歷史
    • EVM
  • ethereum PoS 節點架設
  • ethereum(Docker)
  • ethereum(Geth)
    • Parity
  • ethereum(智能合約)
    • 合約測試 Unit Test
    • DAO
    • 可升級合約
    • 使用合約進行 multiswap
    • 合約安全
    • 開發工具
    • Hardhat 教學
      • Hardhat 寫測試
    • ERC-721 範例
      • 白名單機制
    • OpenZeppelin 合約 library
    • Truffle
    • 合約部屬
    • solidity 教學
  • ethereum(Dapp)
    • 相關 SDK
    • Multicall
    • Ethers.js 使用
    • Remix IDE
    • web3.js 使用
    • 在網頁上使用 web3 並操作區塊鏈
      • solidity筆記
  • Hyperledger Fabric
  • blockchainDB
  • 挖礦程式使用教學
    • 門羅幣/Monero (XMR)
  • Bitfinex API 使用
  • FTX API
  • CCXT 通用交易所 API
  • Solana 教學
  • Ethereum BigQuery
  • The Graph
    • yaml 定義
    • mapping 語法
    • Schema 定義
    • Query 範例
    • Unit test
  • DeFi 筆記
    • MEV 相關
    • Dex 聚合
    • Yearn
    • Curve
    • Uniswap
      • Swap 互動
    • AAVE、Compound
      • Compound 原理
      • AAVE 合約開發
Powered by GitBook
On this page
  • 簡介:
  • 安裝:
  • Ubuntu install from command line
  • 存放資料夾
  • 文件

Was this helpful?

  1. ethereum(Geth)

Parity

Previousethereum(Geth)Nextethereum(智能合約)

Last updated 5 years ago

Was this helpful?

簡介:

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

Fast, light, robust Ethereum implementation

安裝:

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

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

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

以下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/

文件

安裝好後執行程式,會自動啟動本地Server並開啟網頁

下一步,記得把恢復錢包的字串記下,I have written down the phrase 之後即可按下一步。

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