jsonrpc3 is a reusable JSON-RPC 3.0 package. It owns protocol mechanics so application modules do not repeat transport plumbing. Use jsonrpc3 whenever a module needs a JSON-RPC 3.0 server or client.
This library provides a type-safe, developer-friendly Python interface for interacting with the NEAR Protocol JSON-RPC API. Fully typed request & response models Clean separation between transport, ...