Developer Console

0638319A-9A5C-48B3-AD9F-F61A6B4288B6.png

0. 환경 설정

dependencies 설치

Building a Smart Contract in Rust | NEAR Documentation

CLI 기본 세팅

export NEAR_ENV=testnet && NEAR_CLI_TESTNET_RPC_SERVER_URL=https://rpc.testnet.near.org/ && NEARID=c0wjay.testnet && NFT_CONTRACT_ID=c0wjay.testnet && APPROVAL_NFT_CONTRACT_ID=approval.$NFT_CONTRACT_ID
near set-api-key $NEAR_CLI_TESTNET_RPC_SERVER_URL 430435aa-db03-4c4e-9cbc-16988d4ad8ff

1. Pre-deployed Contract

 - NFT 민팅하고 tracer.testnet으로 보내기

2. Contract Architecture

Near NFT Standard

git clone <https://github.com/near-examples/nft-tutorial/>
cd nft-tutorial
git switch 1.skeleton
yarn build

3. Minting

Skeleton Contract 수정