본문으로 건너뛰기

대체 가능한 토큰 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.


전제 조건

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.


개요

다음은 Zero to Hero로 순식간에 데려다 줄 단계입니다! 💪

단계이름설명
1사전 배포된 컨트랙트스마트 컨트랙트를 코딩, 생성 또는 배포할 필요 없이 NFT를 생성합니다.
2컨트랙트 아키텍쳐FT 스마트 컨트랙트의 기본 아키텍처를 배우고 코드를 컴파일합니다.
3토큰 정의Flesh out what it means to have a FT and how you can customize your own.
4순환 공급초기 공급을 생성하고 지갑에 토큰을 표시하는 방법을 알아보세요.
5계정 등록악의적인 사용자가 자금을 낭비하지 않도록 스토리지 관리 표준을 구현하고 이해할 수 있는 방법을 살펴보세요.
6FT 전송FT를 전송하는 방법을 알아보고 핵심 표준이 제공하는 진정한 힘을 발견하세요.
7마켓플레이스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.

다음 단계

시작할 준비가 되셨습니까? 사전 배포된 컨트랙트 튜토리얼로 이동하여 학습을 시작하세요!

대체 가능한 토큰과 스마트 컨트랙트에 대해 이미 알고 있다면, 건너뛰고 관심 있는 튜토리얼로 바로 이동하십시오. 튜토리얼은 주어진 지점에서 시작할 수 있도록 설계되었습니다!

Was this page helpful?