/OwnerShip-Dapp

A Dapp to store intellectual property. This project is intended to provide IP (copyrights) services to the students.

Primary LanguageJavaScriptMIT LicenseMIT

OwnerShip

IPMS (Intellectual Property Management System) Dapp to store Intellectual Properties such as projects, papers, articles in ethereum blockchain. This project is intended to provide services to the students. As of the implementation, this Dapp is to be hosted by the educational bodies with a private blockchain network inorder to achieve a feasible usage cost.

image

Features

  • Inbuilt custom wallet management
  • Minimalistic User Interface
  • Completely Decentralised

Check out the modifications and features to be added

Steps to run

Prerequisites:

NPM and Ganache (Suggested to try it on the test net)

  • Clone this repo
git clone https://github.com/vikashraghavan/OwnerShip-Dapp
  • Modify the Ganache port number at truffle-config.js and then run
truffle migrate
  • Modify the Ganache address at client/src/App.js under loadWeb3 function
  • Get into the client Directory and run
npm install
npm start