In smart contract : Add a function and an event to get all the nft's
In Subgraph: Deploy this contract
In frontend: Make a dialog box for nft marketPlace with a option to buy.
As of now, partially added the market place:
Added in contracts and deployed.
Made necessary UI changes for market.
Next Agenda's :
redeploy the subgraph of the main contract, then add the feature to view your own videos.
Make necessary functions in api/contracts to make request to mint videos and buy tokens to the nft contract.
Deploy a subgraph of the nft contract and then connect it to the client side to view all listed tokens/ my purchased tokens and my listed tokens(necessary events already in the nft contract)
In smart contract : Add a function and an event to get all the nft's In Subgraph: Deploy this contract In frontend: Make a dialog box for nft marketPlace with a option to buy.