Prerequisites
Last updated
Last updated
This tutorial targets developers with no experience in ink! and a basic level in Rust.
Tutorial | Difficulty |
---|---|
To set up your ink! environment.
Basic Rust knowledge. Learn Rust.
In this tutorial, we will implement the most basic contract: Flipper in ink!.
Anatomy of an ink! contract
Define contract storage
Callable functions
Unit test your contract
NFT contract with PSP34
Intermediate ink! - Basic Rust
Implement Uniswap V2 core DEX
Advanced ink! - Basic Rust