Clients

如何建構或安裝 haskell 客戶端 EthereumH?

  • March 30, 2017

我試圖從這個 github 資源建構 EthereumH:https ://github.com/jamshidh/ethereumH

我安裝了 google 的 git-repo 並嘗試按照 README 中的說明進行安裝。它因缺少以下儲存庫(404)而失敗:

remote: Repository not found.
fatal: Authentication failed for 'https://github.com/kjameslubin/hserver-eth/'

然後我嘗試跳過傘式儲存庫,並嘗試使用 cabal 安裝 ethereum-client-haskel:https ://github.com/jamshidh/ethereum-client-haskell

但這也是一團糟:

$ cabal install ethereum-client-haskell
Resolving dependencies...
cabal: Could not resolve dependencies:
trying: ethereum-client-haskell-0.0.4 (user goal)
trying: base-4.8.2.0/installed-0d6... (dependency of ethereum-client-haskell-0.0.4)
trying: cmdargs-0.10.14 (dependency of ethereum-client-haskell-0.0.4)
trying: process-1.2.3.0/installed-78f... (dependency of cmdargs-0.10.14)
next goal: haskoin (dependency of ethereum-client-haskell-0.0.4)
rejecting: haskoin-0.1.0.2, 0.1.0.1, 0.1.0 (conflict: process => deepseq==1.4.1.1/installed-614..., haskoin => deepseq>=1.3 && <1.4)
rejecting: haskoin-0.0.2.1, 0.0.2 (conflict: base==4.8.2.0/installed-0d6..., haskoin => base>=4.6 && <4.7)
Dependency tree exhaustively searched.

我還發現這個項目可能集成在 Consensys / Blockapps 中,但只找到了一個空儲存庫:https ://github.com/blockapps/ethereumH

這個項目還活著嗎?如何在 Linux 系統上建構或安裝 haskell 客戶端 EthereumH?

我看到您在適當的 repo 中創建了一個問題,但沒有收到任何回复,因此該項目可能不存在。

hserver-eth似乎在 github 上有更多儲存庫:kejace,最後一次送出於 2015 年 6 月 15 日;以及Firescar96的一個分支,到 2015 年 7 月 31 日為止還有大約一百個送出(最新的送出,在 2016 年,只添加了一個 AGPLv3 LICENSE 文件)。

似乎是同一個項目,如果您仍然感興趣,可能值得與這兩個人聯繫。但是,我認為它沒有在“主網”上使用太多。

引用自:https://ethereum.stackexchange.com/questions/3781