7. Rust SDK¶
Tags: “Rust SDK” “Blockchain Application”
Rust SDK for FISCO-BCOS ,like some rusted but solid gears , help to build blockchain application with FISCO-BCOS
FISCO BCOSThe lightweight version of the Rust SDK, the basic network, the national secret non-national secret algorithm support, the contract resolution capability is relatively complete, with command line interactive console。
-The positioning of this project is a project of learning / research / programming interest, for learning reference only。If you have formal requirements for use, it is recommended that you develop your own production-level sdk with only partial reference to this project and FISCO BCOS-related implementations, and use it after rigorous testing and verification。
This project is not the only and official fisco bcos rust sdk, the community will have other excellent rust sdk implementation, providing a variety of options and reference possibilities
This project temporarily supports FISCO BCOS 2.0.0 and above. Currently, FISCO BCOS 3.0.0 and above are being adapted
Install and configure the environment. For application development using the Rust SDK, see [github link]