EthereumAPI icon indicating copy to clipboard operation
EthereumAPI copied to clipboard

Ethereum API in Go

Results 3 EthereumAPI issues
Sort by recently updated
recently updated
newest added

fix bug: "fixbug invalid content type, only application/json is supported"

This code supported http only. please add **https** method ``` func Call(method string, params interface{}) (*JSON2Response, error) { j := NewJSON2RequestBlank() j.Method = method j.Params = params j.ID = 1...

If this repo comes under the Ethereum project banner, we are much more assured of API compliance when changes happen.