What is AdNFT?
AdNFT is a video advertising protocol in web3, each user can use it to add advertisements to their own videos, your video will be stored in thetavideoapi , and each advertisement is an NFT. The behavior of users viewing advertisements will be recorded in Dfinity's Canister, and you can know which wallet address, which country, which website, and when they viewed your advertisement.
How It Work
1.Create an Ad.
Upload video, set your ad content.
2.Import Component.
Add the Ad React component code and configure your AdNFT information.
3.Display Ad.
Display to users and analyze user browsing records.
AdNFT Metadata Standards
{
"name":"AdNFT #1",
"description":"This is an AdNFT",
"video":"https://www.example.com/example.m3u8",
"attributes":[
{
"trait_type":"ad_showtime",
"value":"3"
},
{
"trait_type":"ad_image",
"value":"https://www.example.com/example.png"
},
{
"trait_type":"ad_content",
"value":"Welcome to AdNFT"
},
{
"trait_type":"ad_link",
"value":"https://www.example.com"
}
]
}
name:Name of the ad
description:Description of the ad
video:A URL to a video
ad_showtime:How many seconds into the video to show the ad
ad_image:The image displayed in the ad
ad_content:The text content displayed in the ad
ad_link:The link visited after clicking on the ad
Submit track
Because it contains videos and NFTs. I want to let the judges of theta decide which track it belongs to.
Log in or sign up for Devpost to join the conversation.