1 unstable release

0.1.1 Feb 8, 2022
0.1.0 Feb 8, 2022

#16 in #wasm32-unknown-unknown

MIT/Apache

20KB
491 lines

Instruction

Commands to run

  1. Build WASM file in target directory: cargo build --target wasm32-unknown-unknown --release
  2. Login to near protocol: near login
  3. Deploy smart contract on testnet: near deploy --wasmFile target/wasm32-unknown-unknown/release/<fileName>.wasm --accountId <accountID (0000.testnet

Files

  1. nft를 발행하는 mint
  2. nft의 개수를 세는 기능인 enumerable
  3. nft 내부 정보를 관리하는 internal
  4. nft에 이미지 등의 정보를 넣을 수 있는 metadata
  5. NEP-171 표준을 명시하는 nft_core

Reference

  1. NEAR University
  2. NEAR Discord

Read material

check out these resources

  1. prework
  1. NCD

examples

senior devs

Near CRUD app and an NFT Skeleton and Architecture tutorial on the Near docs. Near CRUD app: https://docs.near.org/docs/tutorials/apps/todos-crud-app#introduction NFT Skeleton and Architecture: https://docs.near.org/docs/tutorials/contracts/nfts/skeleton#introduction

No runtime deps