infura-go icon indicating copy to clipboard operation
infura-go copied to clipboard

INFURA api client written in golang

Results 2 infura-go issues
Sort by recently updated
recently updated
newest added

In `net/http` package doesn’t specify a timeout for default HTTP client. https://medium.com/@nate510/don-t-use-go-s-default-http-client-4804cb19f779 This fix allows you to specify a custom http client: ```golang package main import ( "fmt" "time" "net/http"...

there are no "eth_sendTransaction","eth_sign",so how to send a transaction? implemented by myself?