Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 1.12 KB

README.md

File metadata and controls

33 lines (25 loc) · 1.12 KB

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