https://github.com/casper-network/casper-rust-sdk
Rust SDK for casper-node 2.+.
https://github.com/casper-network/casper-rust-sdk
Last synced: 5 months ago
JSON representation
Rust SDK for casper-node 2.+.
- Host: GitHub
- URL: https://github.com/casper-network/casper-rust-sdk
- Owner: casper-network
- License: apache-2.0
- Created: 2024-06-09T13:48:41.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-03T13:50:29.000Z (over 1 year ago)
- Last Synced: 2025-02-03T14:43:15.350Z (over 1 year ago)
- Language: Rust
- Size: 119 KB
- Stars: 1
- Watchers: 4
- Forks: 2
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# casper-rust-sdk
- Rust SDK for casper-node 2.0+.
- Utilised by agents interacting with [casper-node](https://github.com/casper-network/casper-node).
- Examples of such agents:
- Off-chain middleware
- Network testing tools
**NOTE**
Library targets casper-node 2.0+, i.e. it is **does not** support 1.X series.
# WORK IN PROGRESS
This is very much WIP ... do not even attempt to utilise for production purposes.