Solrune Guide
  • Solrune Network
  • Solrune Engines
    • Our Principles
    • Core Technological Components
      • Data Privacy
      • Private Smart Contracts
      • Oracle Solutions
      • Solana Token (SLP) Standard
    • Private Banking Account
      • Architecture
    • Governance
    • SolruneDAO
  • Applications of Solrune
    • SolruneSwap
    • Wallets
  • What is SOLRUNE
    • What is SOLRUNE ?
    • Participate in Presale
    • Tokenomics
    • Product Roadmap
  • Resources
    • Helpful Links
    • Audit Log
    • DeFi Terms Glossary
Powered by GitBook
On this page
  1. Solrune Engines
  2. Core Technological Components

Private Smart Contracts

PreviousData PrivacyNextOracle Solutions

Last updated 11 months ago

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 .

multi-paradigm
general-purpose programming language
Performance
Type safety
Concurrency
memory safety
references
garbage collector
reference counting
data races
object lifetime
variable scope
references
compilation