Skip to content

Intellectual Property Management System Using Blockchain

Notifications You must be signed in to change notification settings

hungdv98/ipmanagement-blockchain

 
 

Repository files navigation

Intellectual Property Management System Using Blockchain

The objective of this project is to create a registry for keeping track of ownership information. The registry needs to have accurate records and should be able to prove ownership of a registered property. Using blockchain as an IP registry has several advantages such as low cost of maintenance, increased transparency, reduced administrative burden. Each property has a transaction output which is termed as a coin. The coin belongs to the owner of the property. During the sale of the property, the coin belonging to the previous owner is spent and a new coin is assigned to the new owner. For owner identification, the transaction history is scanned from the genesis transaction to an unspent coin. The owner of the unspent coin is the owner of the property. In case of a real state we need a set of identifiers to which transaction outputs can be mapped. In other cases, the identifiers can be generated and physically attached during manufacturing process.

Try it out at - https://ipmanagement.herokuapp.com/

About

Intellectual Property Management System Using Blockchain

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 38.1%
  • JavaScript 33.1%
  • HTML 19.2%
  • Python 4.8%
  • TypeScript 3.9%
  • C# 0.8%
  • Other 0.1%