Private Smart Contracts
Last updated
Last updated
Solrune Network smart contracts are coded in Rust - a , . Rust emphasizes the following:
Rust enforces —that is, that all point to valid memory—without requiring the use of a or present in other memory-safe languages. To simultaneously enforce memory safety and prevent concurrent , Rust's borrow checker tracks the and of all in a program during .