The project aims to allow users to upload their art (drawings, music, etc) and have copyrights to said piece of art entirely in the blockchain.
This project allows the creator to publish their work with a unique link, which is present in the blockchain. This helps to protect the intellectual property of the work the creator has done. The creator must first login or register and they are redirected to the dashboard where they can see the published work.
This project uses Laravel as a full-stack application and a composer package named web3p/web3.php to integrate with the blockchain. We have tried using INFURA to create the API to add the file detail in the blockchain. Although we tried using the event partner product, the INFURA was much simpler to implement in the Laravel application