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

https://github.com/protolambda/jsonrpc2

Go JSON-RPC v2.0 types and utils
https://github.com/protolambda/jsonrpc2

Last synced: 2 months ago
JSON representation

Go JSON-RPC v2.0 types and utils

Awesome Lists containing this project

README

        

# jsonrpc2

Go types and utils for JSON RPC 2.0.

These bindings are intended to be super minimal,
allowing servers and proxies to route and manage the JSON RPC messages in highly customized ways.
E.g. proxy servers that re-route or adapt messages.

Opinionated JSON RPC error constants for common Ethereum EIPs (EIP-1474, EIP-1193) are included.

## License

MIT, see [`LICENSE`](./LICENSE) file.