Prerequisites
To complete these tutorials successfully, you’ll need:New to Rust?
If you are new to Rust and want to dive into smart contract development, our Quick-start guide is a great place to start.
Overview
These are the steps that will bring you from Zero to Hero in no time! 💪| Step | Name | Description | Try in NearPlay |
|---|---|---|---|
| 1 | Pre-deployed contract | Receive FTs without the need to code, create, or deploy a smart contract. | - |
| 2 | Contract architecture | Learn the basic architecture of the FT smart contract and compile the code. | |
| 3 | Defining a Token | Flesh out what it means to have a FT and how you can customize your own. | |
| 4 | Circulating Supply | Learn how to create an initial supply and have the token show up in your wallet. | |
| 5 | Registering Accounts | Explore how you can implement and understand the storage management standard to avoid malicious users from draining your funds. | |
| 6 | Transferring FTs | Learn how to transfer FTs and discover some of the true powers that the core standard brings | |
| 7 | Marketplace | Learn about how common marketplaces operate on NEAR and dive into some of the code that allows buying and selling NFTs by using Fungible Tokens. |