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
- Host: GitHub
- URL: https://github.com/protolambda/jsonrpc2
- Owner: protolambda
- License: mit
- Created: 2024-02-26T22:50:38.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-06T22:35:17.000Z (6 months ago)
- Last Synced: 2025-02-28T04:58:21.270Z (3 months ago)
- Language: Go
- Size: 12.7 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.