What is AdNFT?
AdNFT is a web3 video advertising standard. It turns every video ad into an NFT. You can use it to create all kinds of video ads, and the videos you upload will be stored in the https://estuary.tech/. You can even add AdNFT Component code to your website and show your ads to users.
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.
Show your ad to users.
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

Log in or sign up for Devpost to join the conversation.