Nhảy đến nội dung chính

Fungible Tokens Zero to Hero

In this Zero to Hero series, you'll find a set of tutorials covering every aspect of a fungible token (FT) smart contract. You'll start by interacting with a pre-deployed contract and by the end you'll have built a fully-fledged FT smart contract that supports every extension of the standards.


Điều kiện cần

Để hoàn thành tốt các hướng dẫn này, bạn sẽ cần:

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.


Tổng quan

Chỉ vài bước bạn sẽ từ Zero trở thành Hero trong một thời gian ngắn! 💪

BướcTênMô tả
1Contract đã được deploy sẵnReceive FTs without the need to code, create, or deploy a smart contract.
2Kiến trúc của contractLearn the basic architecture of the FT smart contract and compile the code.
3Defining a TokenFlesh out what it means to have a FT and how you can customize your own
4Circulating SupplyLearn how to create an initial supply and have the token show up in your wallet.
5Registering AccountsExplore how you can implement and understand the storage management standard to avoid malicious users from draining your funds.
6Transferring FTsLearn how to transfer FTs and discover some of the true powers that the core standard brings
7MarketplaceLearn about how common marketplaces operate on NEAR and dive into some of the code that allows buying and selling NFTs by using Fungible Tokens

Bước tiếp theo

Sẵn sàng để bắt đầu? Hãy đến ngay hướng dẫn Contract đã được deploy sẵn và bắt đầu chuyến hành trình của bạn!

If you already know about fungible tokens and smart contracts, feel free to skip and jump directly to the tutorial of your interest. Các bài hướng dẫn đã được thiết kế để bạn có thể bắt đầu từ bất cứ nền tảng kiến thức nào!

Questions?

👉 Join us on Discord and let us know in the #development channels. 👈

We also host daily Office Hours live where the DevRel team will answer any questions you may have. 🤔

Thứ Hai – Thứ Sáu 11AM – 12PM Pacific (6PM – 7PM UTC)

Was this page helpful?