GithubHelp home page GithubHelp logo

music-nft's Introduction

Music NFT

Overview

This is a proof of Concept for a Music NFT application built on top of the Gerli Test Net

Link To the Demo Video and The Report : Drive Link

Quickstart

  1. Start by adding the necessary environment variables for Pinata and Alchemy.

  2. install dependencies

    npm install
  3. deploy smart contract

    npx hardhat run --network goerli scripts/deploy.js
  4. Run the DApp

    npm run start

Tech Stack

Solidity : Used to write Eth Smart contracts following the ERC 721 Strandard.

Hardhat : used as a development environment for easier deployment of Smart contracts.

Alchemy : Used to deploy our application to the Goerli Test net.

Pinata : an IPFS to store metadata for our Non Fungible tokens.

Goerli : Testnet that we're deploying our dApp on.

Metamask : Wallet for our browser, enables us to make transactions through our dApp.

Reactjs : Used to write the frontend of our dApp.

Features

This distributed apps allows us to

  • List Music NFT's
  • Mint new NFT's
  • Buy NFT's from other creators

Each Music NFT contains a few features :

  • Name
  • Description
  • Genre
  • Album Cover URL (uploaded to IPFS)
  • Music URL (uploaded to IPFS)

Here are a few screenshots showing the different capabilities :

List NFT's

User's Profile

Minting an NFT

NFT infromation

Pinata IPFS

Alchemy App

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.