Skip to content

Instantly share code, notes, and snippets.

pragma solidity >=0.4.24 <=0.5.6;
contract Enrollment_Music_NFT{
//NFT != token
struct Music {
string _MusicName;
string _informationOfMusic;
string _mp3_file;
bytes32 _NFT_ID;
pragma solidity >=0.4.24 <=0.5.6;
contract Enrollment_Music_NFT{
//NFT != token
struct Music {
string _MusicName;
string _informationOfMusic;
string _mp3_file;
bytes32 _NFT_ID;
//배포한 주소 0xb97a7c411b126e72af2ca972580e238e56c0c0d5
//pragma solidity >=0.4.24 <=0.5.6;
pragma experimental ABIEncoderV2;
contract EnrollmentMusic {
struct Music {
string _MusicName;
string _informationOfMusic;

성함(닉네임)

장영도

자기소개

안녕하세요. 저는 현재 대학교 휴학 중인 장영도라고 합니다. 멋쟁이 사자처럼 기관에서 하는 블록체인 강좌를 듣게 되면서 이 분야에 관심을 갖게 되었습니다. 프로그래밍은 실력이 많이 부족하여 열심히 노력하는 중입니다. 평소에 음악을 즐겨듣는데 음악도 미술품처럼 등록하고 이를 거래할 수 있지 않을까?라는 생각을 하였고, 꼭 거래까지는 아니어도 노래를 들을 때마다 일정량 커미션이 발생할 수 있는 구조를 만들면 어떨까?라는 물음으로 아이디어 작성해봅니다.

아이디어명

엔뮤직(N(FT)-Music)

아이디어 설명