Coder Social home page Coder Social logo

lyrify's Introduction

Lyrify

Lyrify is a decentralized application (DApp) that allows users to save song lyrics, to the Ethereum blockchain. This enables users to permanently store a record of their written work in the blockchain, which can be used to protect content creators against copyright infringement and hence protecting their creativity.

Getting Started

Follow these instruction:

Installing

Follow these instructions to get a development environment up and running:

Clone the repository

git clone https://github.com/sayak119/Lyrify.git

Install dependencies

cd Lyrify
npm i

Install testrpc and truffle

npm install -g ethereumjs-testrpc
npm install -g truffle

Run testrpc in a terminal window

testrpc

To compile and migrate the Solidity contracts, run the following commands in another terminal window:

truffle compile
truffle migrate --reset

Run the dev script to start the project

npm run dev

You will be pointed to localhost:3000.

Setting up MetaMask

  1. On the MetaMask login page, click the Restore from seed phrase link.
  2. Copy and paste the 12-word mnemonic from the testrpc output into the Wallet Seed textbox.
  3. Change the network to Localhost 8545 in the metamask web extension.
  4. When clicking the Submit button on the home page, a MetaMask popup will ask you to confirm the transactions. You may need to transfer ETH from the current account to the sending account (if different) for the transaction to go through. Congrats! This transactions will be mined into the Ethereum blockchain!

Technologies Used

  • Truffle - Popular Ethereum development framework.
  • Web3js - Ethereum JavaScript API.
  • Solidity - Contract-oriented programming language.
  • Open Zeppelin - Framework to build secure smart contracts on Ethereum.
  • MetaMask - Extension for accessing Ethereum enabled DApps in Google Chrome browser.

YouTube Video

Demo Video

lyrify's People

Contributors

sayak119 avatar

Stargazers

 avatar

Watchers

 avatar  avatar

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.