Skip to content

truffle + pinata + KAS 이용하여 Klaytn NFT를 민팅하기 위한 리포입니다.

License

Notifications You must be signed in to change notification settings

raisondet/klaytn_nft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

klaytn_nft


truffle + pinata + KAS + Klaytn을 이용하여 Klaytn 기반 NFT를 민팅하기 위한 리포입니다.

제작한 NFT는 오픈씨(https://opensea.io/collection/woong-begins) or 테스트넷(https://testnets.opensea.io/) 에서 확인 가능합니다.



스크린샷 2022-02-19 오후 2 00 46

NFT 만들기 과정

클레이트 기반 NFT를 만들기 위해서는 아래와 같이 크게 2개의 작업이 필요합니다.

스크린샷 2022-02-19 오후 1 57 00

1.Smart contract 작성 및 배포

  • vs code에서 smart contract 작성
  • compile with truffle
  • KAS를 이용한 배포
  • KlaytnScope에서 확인

2. NFT 발행

  • NFT에 사용할 image 및 metadata json 파일 생성
  • pinata를 이용하여 ipfs에 image 및 metadat json 파일 업로드
  • truffle을 이용한 nft 발행



시작하기

1. Smart contract 구현

2. Compile 및 Deploy

3. pinata에 image/metadata 업로드

4. NFT minting

About

truffle + pinata + KAS 이용하여 Klaytn NFT를 민팅하기 위한 리포입니다.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published