Skip to content

twoshark/ethereumBalanceProxy

Repository files navigation

Ethereum Balance Proxy

This application proxies the eth_getBalance json rpc method and re-abstracts it as a REST API.

Getting Started

make build && ./ethBalanceProxy server --upstreams "endpoint1, endpoint2"
go run -ldflags="-X main.Version=0.0.0 -X main.CommitHash=BAR -X main.BuildTimeStamp=BAZ" main.go server --upstreams "endpoint1, endpoint2" 

Further information may be found in our docs: