검색 상세

블록체인 기반 NFT의 동적 콘텐츠 적용 방안 연구

Study of Dynamic Contents in Blockchain-based NFTs

초록/요약

블록체인 기반 NFT는 미술, 음악 같은 예술 분야와 온라인 게임, 메타버스 같은 가상세 계와 IoT, 부동산, 스포츠 같은 물리세계 등 다양한 분야에서 사용되고 있다. 하지만 현재 ERC-721 기반의 NFT는 여러 한계가 존재하며, 한계를 극복하고 대중화되기 위해서는 NFT의 동적 콘텐츠 적용이 필요한 실정이다. NFT의 동적 콘텐츠 적용은 블록체인에 배포된 Metadata를 변경해야 하며, Metadata와 Media Data의 저장소 위치에 따라 Server-Client, Peer to Peer, On Chain 방식으로 구분 할 수 있다. Server-Client는 최초 Minting 할 때 전달한 RESTful URI의 response Metadata를 변경하는 방식이며, Peer to Peer와 On Chain은 TokenURI에 각각 IPFS 주 소와 Base64로 Encoding 한 Data URL Scheme을 Metadata로 전달하여 새로운 트랜잭션 을 통해 NFT의 Metadata를 변경하는 방식이다. 각 방식을 트랜잭션 수수료와 보안성으로 실험 및 분석한 결과, Server-Client는 추가적인 트랜잭션 수수료를 발생시키진 않았지만 중앙화된 서버로 구성되어 낮은 가용성, 무결성을 보장할 수 있는 결과를 보였고, Peer to Peer는 On Chain 방식 대비 높은 트랜잭션 수수 료를 소모하지 않았지만 Server-Client보다 높은 가용성과 무결성을 보장할 수 있는 결과 를 보였다. On Chain은 높은 가용성과 무결성을 보장할 수 있는 특징이 있지만 트랜잭션 발생 시 전송하는 높은 데이터의 크기로 많은 트랜잭션 수수료가 소모되는 결과를 보였다.

more

초록/요약

Blockchain-based NFTs are used in various fields including art fields such as art, music and virtual fields such as games, metaverses and physical worlds such as IoT, real estate, sports. However, since the current ERC-721-based NFTs have several limitations, the application of dynamic content to NFTs is required to overcome the limitations and popularize NFTs. In order to apply the dynamic content of NFT, the Metadata distributed on the Blockchain should be modified. Depending on the Metadata and storage location of Media Data, it can be classified into Server-Client, Peer to Peer, and On Chain methods. Server-Client is a method to modify the response Metadata of the RESTful URI delivered during the initial minting. Peer to Peer and On Chain are methods of modifying the Metadata of NFTs through new transactions by transferring the IPFS address and Base64-encoded Data URL Scheme of TokenURI to Metadata, respectively. As a result of experimentation and analysis of each method based on transaction fee and security, Server- Client did not incur any additional transaction fee, and low availability and integrity were guaranteed due to its composition as a centralized server. Peer to Peer was found to guarantee higher availability and integrity than Server-Client, without consuming higher transaction fees compared to the On-Chain method. On Chain has high availability and integrity, but was found to consume a lot of transaction fees due to the large size of data transmitted when a transaction occurs.

more

목차

제1장 서론 1
제2장 이론적 배경 3
제1절 Blockchain 3
제2절 NFT 8
제3장 NFT 동적 콘텐츠 적용 14
제1절 동적 NFT 설계 14
제2절 Smart Contract / NFT Minting 22
제4장 Platform 제작 및 적용 30
제1절 API Server 30
제2절 Application 32
제5장 실험 및 분석 35
제1절 Transaction Fee 35
제2절 보안성 42
제6장 결론 및 향후 과제 44
참고문헌 46
ABSTRACT 48

more