Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/hewigovens/go-wssrelayer
- Owner: hewigovens
- Created: 2020-05-17T07:58:04.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-05-27T00:40:32.000Z (over 4 years ago)
- Last Synced: 2024-06-19T15:01:31.994Z (5 months ago)
- Topics: jsonrpc, relay, websocket
- Language: Go
- Homepage:
- Size: 8.79 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/`