Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.25 KB

02-intro.md

File metadata and controls

31 lines (22 loc) · 1.25 KB

Provenance Smart Contract Tutorial

Introduction

CosmWasm provides the ability to create web assembly smart contracts - computations that take place on a public blockchain - for the Cosmos SDK using the Rust programming language. Smart contracts are the backend code for decentralized applications (dApps) - commonly paired with frontend code written in Javascript.

The provwasm library extends CosmWasm to allow developers to utilize custom functionality provided by the Provenance Blockchain.

For detailed information, please see the following references.

Smart contract limitations

Up Next

To set up a development environment, proceed to the Getting Started section.