Documentation ¶
Index ¶
Constants ¶
View Source
const InfuraURL = "https://%s.infura.io/v3/%s"
Config
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ProxyServer ¶
Proxy server
func NewProxyServer ¶
func NewProxyServer(port string, providerUrl string, network string, projectId string) *ProxyServer
Create new proxy server
func (*ProxyServer) ServeHTTP ¶
func (p *ProxyServer) ServeHTTP(w http.ResponseWriter, r *http.Request)
Handle request / serve response
Click to show internal directories.
Click to hide internal directories.