Like Solidity, Rust can be used to write smart contracts (and is used on the Solana blockchain ), but reflecting Ethereum’s popularity, Solidity is the better used of the two: “Solidity is the Ethereum language so anyone in DeFi needs to get in top of it.
Read moreWhy is Rust used in cryptocurrency?
On the CENNZnet, we use Rust for the blockchain core, or in other terms, for the software of our blockchain nodes . This is where the blocks are being generated, smart contracts are being executed and the consensus and governance protocols are running.
Read moreIs Rust good for smart contracts?
Rust is an ideal smart contract language : It is type safe, memory safe, and free of undefined behaviors. It generates small binaries because it doesn’t include extra bloat, like a garbage collector, and advanced optimizations and tree shaking remove dead code.
Read more