Skip to main content

Development Tutorials

Overview

In the following sections you can find hands-on tutorials designed to help developers get the most out of Mandala Chain Network.

Prerequisites

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

TutorialDifficulty
NFT contract with PSP34Intermediate ink! - Basic Rust
Implement Uniswap V2 core DEXAdvanced ink! - Basic 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