일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
- 3D프린터
- 리눅스 파일동기화
- Notification
- 3d프린터 초보
- gitlab
- OnlineIDE
- docker
- 3D 프린터 용어
- IoTNetwork
- Token인증방식
- github
- 데이터 직렬화 포맷
- NAS HDD교체
- docker container
- Kotlin
- C언어
- octoprint
- Jenkins
- 3D
- nas
- kubernetes
- 3D모델링
- ci/cd
- 3D프린터입문
- git
- data serialization formats
- 3D프린터 입문
- 코틀린개발환경
- 네이버클라우드
- linux job
- Today
- Total
0과 1을 공부하다.
블록체인 기반 NFT의 동적 콘텐츠 적용 방안 연구(박지환 / 2023 / 아주대학교 공학석사 학위논문 ) 본문
요약
블록체인 기반 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은 높은 가용성과 무결성을 보장할 수 있는 특징이 있지만 트랜잭션 발생 시 전송하는 높은 데이터의 크기로 많은 트랜잭션 수수료가 소모되는 결과를 보였다.
ABSTRACT
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.
File / URL(RISS)
- File
- URL(RISS)
* CopyRight 2023. Jay Park All rights reserved.