2019-11-03 Blockbook を試す
Blockbook ?
https://github.com/trezor/blockbook
コードリーディング
BC の設定は blockchaincfg オプション
rpc_url_template
https://github.com/trezor/blockbook/blob/d99d21bfe5/configs/coins/ethereum.json#L15
https://github.com/trezor/blockbook/blob/bc4b1905f52ed9b8a27a5b6642f10d9286c3108c/blockbook.go#L334
getBlockChainWithRetry
BC へのコネクション
https://github.com/trezor/blockbook/blob/bc4b1905f52ed9b8a27a5b6642f10d9286c3108c/bchain/coins/blockchain.go#L61
https://github.com/trezor/blockbook/blob/bc4b1905f52ed9b8a27a5b6642f10d9286c3108c/bchain/coins/eth/ethrpc.go#L64
NewEthereumRPC