You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SDK's for Casper help with the blockchain workflow, natively - instead of programming directly against the JSON RPC. They also tackle serialization (which is required)
Casper-client doesn't generate wasm though, it sends wasm in the form of deploys to a Casper blockchain.
The goal is to use the rust sdk inside a rust application that communicates with a Casper blockchain.
a Rust based game.
Rust based IoT firmware.
The text was updated successfully, but these errors were encountered:
SDK's for Casper help with the blockchain workflow, natively - instead of programming directly against the JSON RPC. They also tackle serialization (which is required)
Casper-client doesn't generate wasm though, it sends wasm in the form of deploys to a Casper blockchain.
The goal is to use the rust sdk inside a rust application that communicates with a Casper blockchain.
The text was updated successfully, but these errors were encountered: