NFT Zero to Hero
In this Zero to Hero series, you'll find a set of tutorials that will cover every aspect of a non-fungible token (NFT) smart contract. You'll start by minting an NFT using a pre-deployed contract and by the end you'll end up building a fully-fledged NFT smart contract that supports every extension.
전제 조건
To complete these tutorials successfully, you'll need:
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 | 컨트랙트 아키텍처 | NFT 스마트 컨트랙트의 기본 아키텍처를 배우고 코드를 컴파일합니다. |
3 | 발행 | 뼈대에 살을 채워 넣어 스마트 컨트랙트가 대체 불가능 토큰을 발행할 수 있도록 합니다. |
4 | 컨트랙트 업그레이드 | 기존 스 마트 컨트랙트를 업그레이드하는 프로세스에 대해 알아보세요. |
5 | Enumeration | 스마트 컨트랙트의 상태를 반환하는 데 사용할 수 있는 열거 메서드를 살펴보세요. |
6 | 핵심 | Extend the NFT contract using the core standard which allows token transfer. |
7 | Events | The events extension, allowing the contract to react on certain events. |
8 | 승인 | 다른 계정이 당신을 대신하여 NFT를 전송할 수 있도록 컨트랙트를 확장하세요. |
9 | 로열티 | NFT 로열티를 추가하여 일정 비율의 금액을 토큰 생성자에게 지급할 수 있습니다. |
10 | 마켓플레이스 | Learn about how common marketplaces operate on NEAR and dive into some of the code that allows buying and selling NFTs. |
다음 단계
시작할 준비가 되셨습니까? 사전 배포된 컨트랙트 튜토리얼로 이동하여 학습을 시작하세요!
대체 불가능 토큰과 스마트 컨트랙트에 대해 이미 알고 있다면 건너뛰고 관심 있는 튜토리얼로 바로 이동하세요. 튜토리얼은 주어진 지점에서 시작할 수 있도록 설계되었습니다!