NFT Arcade: An NFT marketplace where streamers, creators and gamers can easily and quickly upload short videos of their best moments and turn them into NFTs

Project Name : NFT Arcade
Project Track : NFT Track
Team Name : NFT Arcade
Team Member(s) : 3 members
Project Url : https://www.nft-arcade.online/
DevPost URL : NFT Arcade | Devpost

Project Goal: Gamers HATE NFTs, because they are mostly used for Financial Speculation, Scams and they feel that they are wronged by every company that put forward revenue against quality. We want to change that by bringing utility to the creator space, namely the gaming streaming space.

Project Info and details:

NFT-Arcade

Welcome to NFT Arcade.

NFT-Arcade is an NFT marketplace where streamers, creators and gamers can easily and quickly upload short videos of their best moments and turn them into NFTs.

This is our submission for the Tron Grand Hackathon 2022.

Click here to watch our demo video:

To test the product follow this link (Over here Tech judges!):

Use BTTC Network on METAMASK!!!

https://www.nft-arcade.online/

Add BTTC Network:

Introduction and inspiration

NFTs have exploded into the world scene with huge valuations but most of it have been focusing on digital art-work.

It is true that we have huge companies like the NBA with top shots and now even Disney, Tiktok and Instagram ready for the taking of this growing market. Nevertheless there are few instances where there have been real disruptors in this space.

Streaming and Esports have become huge and growing. According to Business Insider, it is expected to grow at a 9% CAGR up from 454 million in 2019 to 646 million in 2023. The esports audience will grow on pace to nearly double over a six-year period, as the 2017 audience stood at 335 million.

Streaming is another monster, in Twitch only Traffic continued to grow, with 1.5 million broadcasters and 100 million monthly viewers in 2015, rising to 2.2 million broadcasters and 15 million daily viewers in 2018. Average concurrent viewers have climbed to over 2 million in 2021, as Twitch saw huge growth during the coronavirus pandemic.

Twitch broadcasters, perhaps most famously Ninja, have featured on the cover of ESPN. Esports tournaments have drawn hundreds of thousands of concurrent viewers, with millions of dollars in prize money funded partly through the huge audience on Twitch.

They have made an estimated $2.3 billion revenue in 2020, primarily from subscriptions and IAP with its more than nine million users and its 18.6 billion hours of content that was consumed on the platform in 2020

This is a huge market that has been overlooked by NFT marketplaces…until now.

Solution

Enter NFT Arcade, an NFT marketplace where streamers, creators and gamers can easily and quickly upload short videos of their best moments and turn them into NFTs.

For all Blockchain interactions we use the BTTC RPC to connecto to BitTorrent Chain Donau testnet:

​const​ ​dataweb3​ ​=​ ​new​ ​Web3​(​"https://pre-rpc.bt.io/"​)​;

Our NFT Arcade page is already operational and ONLINE. It has all the basic functions of any NFT marketplace or Streaming platform but of course, based around those gaming moments.

To view the streaming’s or the NFTs you don’t require an account, however in order to increase the offer to buy the NFTs it is necessary to connect a metamask wallet in order to increase the bid for the NFT.

In turn, the NFT and its contract can be viewed on BTTCscan.

Or even follow the Content creator directly on their social networks.

The most important part of the project is for the viewers or creators to be able to upload a video moment of their stream or content and quickly make it into an NFT.

Livepeer:

All the streaming service was done through Livepeer.

Streamers:

To manage Streamers, the profiles of each of the Streamers were created within the Livepeer dashboard, with which we were able to provide each Streamer with their keys to perform their Streams.

Live Streaming:

Thanks to the Livepeer APIs it was possible for us to obtain if the Streamers were doing a Live, thanks to this the viewers could always be aware when a live stream is made.

Mint Process:

The plan for the future is to be rolling a lot of activities and contests with the content creators and their fans in order to attract more and more people to the platform.

Uploading your NFT is as simple as connecting your metamask account and going through the entire process of uploading the file to NFT.storage and mint which happens on the backend. For now we have a cap of 10mb for each video gaming moment.

The process of uploading an NFT is as follows.

First, we must deploy the NFT contract, this contract handles the bids, NFT transfer and mint.

Once the contract is displayed on the BTTC network, the NFT File creator will appear. Here you can select the creator and the stream from which you want to obtain the clip, once selected, you will select the duration and press the download button.

These videos are downloaded directly from the Livepeer service.

Press continue and the form will appear to fill in all the NFT data and upload the file.

IPFS:

We do all the NFT storage on IPFS through the services of NFT.storage, thanks to this we can adhere to the NFT standards.

You can check on the metadata of each NFT Live, that it is indeed uploaded there.

Here is a sample of the metadata of one of our NFTs.



In turn, here is the code that we have running on our server to upload the file from the web page and send it to NFT.Storage through an API.

And as a result, we obtain the metadata that we will use in the mint section of the NFT upload process.

Once we finish configuring the data, we write the price that the NFT will have, and we give it mint.

Once the NFT has been minted, it is ready to be viewed on our platform, where it can be traded.

What’s next

There are Marketplaces for great sports moments created by the NBA and one coming for the NFL, but of course this is heavily centralized and controlled. We can do a similar concept through streaming platforms, gaming and creators with NFT Arcade but of course in a much more decentralized way where the NFT belongs not to a company, but to the people that mint and buy it.

For now this is a PoC of what the final product would be, we will be moving social networks the coming weeks to gauge the market and to see what is best for us to go to market.

Hopefully you liked the project and please support your Arcade, the NFT Arcade.

Tech:

General Diagram:

The entire application is differentiated into two types of services where the application obtains its data to function.

Decentralized Services (Web3.js and communication with Smart Contracts):

  • BitTorrent Chain Donau RPC:
    • Obtaining prices and metadata of the NFTs in real time.
  • BitTorrent Chain Donau RPC (w/Metamask):
    • Deployment of the contract on the BitTorrent Chain Donau Testnet.
    • NFT Mint.
    • Sale of NFTs through Interaction with Smart Contract.
  • Livepeer:
    • User Management.
    • Live Streams.
    • CDN service.
    • Transcoding.
  • NFT.Storage:
    • NFT IPFS storage and metadata.json and YES we are storing the videos on IPFS through NFT.storage.

Frameworks:

  • ReactJS: Creation of the page in frontend.
  • Remix IDE: Creation and compilation of the Smart contract.

References

Project Milestones:

June 2022:

  • First concepts, some art and some of the UI skeleton done.
  • Livepeer integration
  • NFT IPFS backend deployment through NFT.storage

July 2022:

  • BTTC implementation and porting.
  • Deployment of the contract on the BitTorrent Chain Donau Testnet
  • Metadata and price data implementation
  • Livepeer-BTTC integration.
  • Submission to the Tron Grand Hackathon 2022.
16 Likes

You did a wonderful job of explaining things in detail and with quality.

looks good, I somehow missed this before but you got my vote :+1:

What’s the main source of the income? Weldone team

It’ll be mostly a commision on the mint, like most NFT collections.

1 Like

Great presentation! I will be looking forward to this project. I think it has great potential. I’m the CBO of Tronbies brand, #N18. Hopefully we can work together in the future! :raised_hands::zap::fire:

1 Like

Hi guys, I am newbie on tron dao) but this project is fascinating) thank for building this type of nft project :blush:

2 Likes

super interesed to see more :clap: