Skip to main content

Quick Start: Write a Smart Contract

Smart Contracts on Provenance Blockchain are written in Rust and are executed using the ProvWasm smart contracting platform. ProvWasm is an extension of the CosmWasm environment and includes bindings for Provenance Modules. The ProvWasm/CosmWasm platform allows smart contracts to be executed in WebAssembly (WASM) virtual machines (VMs) in the Cosmos SDK.

Get Started