Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hewigovens/go-wssrelayer

A utility tool to relay json rpc request (from http post) to remote wss endpoint.
https://github.com/hewigovens/go-wssrelayer

jsonrpc relay websocket

Last synced: 3 days ago
JSON representation

A utility tool to relay json rpc request (from http post) to remote wss endpoint.

Awesome Lists containing this project

README

        

## go-wssrelayer

A utility tool to relay json rpc request (from http post) to remote wss endpoint.

## Build

`go build -o relay cmd/relay.go`

## Usage

`./relay -port=8080 -endpoint=wss://kusama-rpc.polkadot.io/`