Music coin is a web3 music player that converts your music files into NFTs . This app is built during a 48 hour hackathon - CodeFest 2023
This project aims to revolutionize the music industry by developing a blockchain-powered, decentralized Web3 music player. The goal is to provide music artists with a platform to showcase their work and get rewarded directly from their fans using cryptocurrency payments.
- Decentralized music player that allows music artists to upload their work directly to the blockchain
- Built on Web3 technology, providing a decentralized, secure, and transparent platform for music artists and fans
- Community-driven curation of music content
- Ethereum blockchain
- Solidity smart contract programming language
- IPFS (InterPlanetary File System) for decentralized file storage
- Web3.js library for interacting with the Ethereum blockchain
- Javascript and tailwind css for website UI
- Clone the repository to your local machine
- Install the required dependencies using
npm install
- Start the application using
npm start