Abstract
We will start by explaining why Rust is one of the best languages for smart contracts.
We will explore the technology stack that implements Rust smart contracts.
We will walk through WASM and related technologies like WASMER and WASI; then we will explain how using procedural macros smart contracts can be created from almost any Rust code and how Rust contracts integrate with other contracts in our system written in TypeScript.