xops / expedition

🧭 A block explorer for the Ethereum stack.
https://expedition.dev/
Apache License 2.0
157 stars 93 forks source link

Hyperledger Besu RPC API <-> Expedition #12

Closed DRIgnazGortngschirl closed 2 years ago

DRIgnazGortngschirl commented 2 years ago

Hello !

I am running a Hyperledger Besu node and I would like to use the RPC API offered Besu for Expedition. Sadly I am not able to do this.

Details: Using my own project: Hyperledger Besu Node Besu Version: v21.10.2 Expedition Version: Just did built it yesterday via the Dockerfile

Potential Issue

I guess this incomparability/not working is because for example the response from ethercluster.com is a simple one line and the Besu API response is a formatted answer. img

Or is there any other issue I am missing

Thanks!

BTW: How can I change the Progress Bar and stats colour ? Thanks!

img

DRIgnazGortngschirl commented 2 years ago

Was solved, Cors Problem. :|