near / near-jsonrpc-client-rs

Lower-level API for interfacing with the NEAR Protocol via JSONRPC.
https://docs.rs/near-jsonrpc-client
Apache License 2.0
47 stars 41 forks source link

feat: Added a new example to view contract state #129

Closed frol closed 1 year ago

frol commented 1 year ago

This is a barebones example that dumps the low-level state as is. In the future we might want to make it nicer or point to near.cli.rs for the demo (https://github.com/near/near-cli-rs/issues/223)