Skip to content

Pavan03062006/CLAIM

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

44 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

CLAIM (PROTOTYPE)

Decentralized Government-Verified Patent Uploading Platform social media for uploading patents

CLAIM Banner

Live Demo License: MIT Ethereum Pinata


πŸš€ Overview

CLAIM is a decentralized platform that provides government-verified patent uploading platform.
By leveraging Ethereum blockchain and Pinata (IPFS), CLAIM ensures that patents are:

  • Tamper-proof
  • Properly indexed
  • Future-proof and globally discoverable

⚠️ Important: Only patents officially verified by government authorities can be submitted and minted on CLAIM.


✨ Key Features

  • πŸ”’ Government Verification Required
    Only patents confirmed via official databases (e.g., IPO India, WIPO) can be added.

  • πŸ“‚ Indexed & Permanent Storage
    Patents are stored on Pinata (IPFS) with cryptographic hashing for easy retrieval and long-term accessibility.

  • β›“ Immutable Blockchain Proof
    Ownership, metadata, and timestamps are stored permanently on Ethereum.

  • 🌐 Public Innovation Network
    Verified patents are showcased publicly for visibility, collaboration, and credibility.

  • πŸ›‘ Transparent & Auditable
    Anyone can verify the authenticity of patents directly via blockchain data.


πŸ›  How It Works

  1. Connect Wallet (MetaMask) – Authenticate via Ethereum wallet.
  2. Submit Patent Details – Upload PDF and metadata.
  3. Government Verification API – Cross-checks and verifies authenticity.
  4. Mint Patent NFT – Creates an immutable record on Ethereum.
  5. Store on Pinata (IPFS) – Files are stored and indexed permanently.
  6. Public Display – Verified patents appear on the CLAIM platform.

πŸ— Architecture

graph TD
subgraph patent-block
   a[Owner Wallet Address]
   b[IPFS CID -Pinata]
   c[Patent Title]
   d[Govt Verification Flag]
   e[Timestamp]
end

subgraph new-patent
    f[PDF ID β†’ Encoded Metadata]
    g[Title / Metadata]
    h[Closed/Open Access]
end
new-patent-->i
i((Add β†’ Verify β†’ Mint))-->patent-block
Loading

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 54.7%
  • CSS 40.7%
  • HTML 4.6%