NibiruChain / py-sdk

Python-based client for interacting with the Nibiru blockchain
MIT License
19 stars 8 forks source link

epic(tmrpc): all passing tests for v0.21 #243

Closed Unique-Divine closed 1 year ago

Unique-Divine commented 1 year ago

Migration complete! (needs cleanup refactor)

jsonrpc

The nibiru.jsonrpc package implements the official JSON-RPC 2.0 spec in Python with strict strong typing. All of the examples written in the spec are used as test cases. A few real payloads from the chain are also mixed into the test suites.

tmrpc

The nibiru.tmrpc package implements classes for building requests for the Tendermint v0.37 JSON-RPC API. These types compose with the types in nibiru.jsonrpc.


wk28-n1719-TabTip_DIV3


Related