truffle + pinata + KAS + Klaytn을 이용하여 Klaytn 기반 NFT를 민팅하기 위한 리포입니다.
제작한 NFT는 오픈씨(https://opensea.io/collection/woong-begins) or 테스트넷(https://testnets.opensea.io/) 에서 확인 가능합니다.
클레이트 기반 NFT를 만들기 위해서는 아래와 같이 크게 2개의 작업이 필요합니다.
- vs code에서 smart contract 작성
- compile with truffle
- KAS를 이용한 배포
- KlaytnScope에서 확인
- NFT에 사용할 image 및 metadata json 파일 생성
- pinata를 이용하여 ipfs에 image 및 metadat json 파일 업로드
- truffle을 이용한 nft 발행