Prerequisites

This tutorial targets developers with no experience in ink! and a basic level in Rust.

To follow this tutorial, you will need:​

  • To set up your ink! environment.

  • Basic Rust knowledge. Learn Rust.

What will we do?​

In this tutorial, we will implement the most basic contract: Flipper in ink!.

What will we use?​

What will you learn?​

  • Anatomy of an ink! contract

  • Define contract storage

  • Callable functions

  • Unit test your contract

Last updated