Giter VIP home page Giter VIP logo

fabianferno / depto Goto Github PK

View Code? Open in Web Editor NEW
3.0 2.0 1.0 7.85 MB

A decentralized IP management system - trademarks, copyrights, patents - powered by FileCoin data DAOs - NFT utility | πŸ† Won FileCoin FVM Jetpack πŸš€ Prize

Home Page: https://ethglobal.com/showcase/depto-decentralized-patent-and-trademrk-office-c9hd2

License: Other

JavaScript 24.25% CSS 0.01% Solidity 75.73%
hackathon nextjs fvm-space-warp solidity tailwind wagmi epns filecoin-evm

depto's Introduction

DEPTO

A decentralized patent provisioning DAO for secure and transparent verification and storage of patent applications.

Built for FVM Space Warp 2023 πŸ’« | @fabianferno @gabrielantonyxavior @pintoinfant

DEPTO CONTRACTS: https://github.com/gabrielantonyxaviour/depto_contracts

LIVE DEMO: https://depto.fabianferno.com

Introduction

image

Depto is a platform that replaces traditional patent verification and storage procedures with a decentralized, community-driven approach. It uses blockchain technology to ensure the security and transparency of patent applications and their verification process. The platform consists of three smart contracts: the Depto contract, the Governor Contract, and the TimeLock contract.

image image image

Features

  • Patent applications are verified by DAO members and minted as NFTs to the applicants.
  • DAO members are incentivized for verification and validation of patent applications.
  • Anyone can raise false claims or inspection of patent proposals in the platform.
  • Secure communication among DAO members using Huddle video conferencing SDK.
  • Push notifications for updates on patent applications and verification process.
  • Decentralized governance logic and proposals handled by the Governor Contract.
  • Automated minting of ERC721 NFTs for verified patents.
  • Deployed using Spheron on the mainnet.

Technical details

  • Built using Openzeppelin for smart contract development and governance.
  • Modified Openzeppelin governance for access-based voting instead of token-based voting.
  • Used ZondaxAPI contracts for fetching Deal Provider and Commitment data for SPs to claim rewards.
  • Frontend built using NextJS and TailwindCSS.
  • Interacts with smart contracts using ethers.js library.

image image

Usage

  1. Patent applicants apply for a patent through the platform.
  2. A DAO member verifies the authenticity of the application and creates a patent document.
  3. The DAO member creates a proposal with the patent document's raw CID.
  4. The verified patent is voted on and validated by other DAO members.
  5. The validated patent is stored as a storage deal by a Storage Provider (SP).
  6. The SP claims his rewards and the patent NFT is minted to the patent applicant.

Screenshot 2023-02-05 225236 Screenshot 2023-02-05 225155 Screenshot 2023-02-05 225216

Contract Flows

Governor Contract (DAO)
mapping(address=>bool) isDAOMember - Is checked true when a member is added to the DAO.
mapping(address=>uint256[]) userToPatentClaims - maps the user to all dealIDs created by the user.
proposePatent(payable)  - callable by anyone, even members of DAO. On call, a new patent request is created. Which will be verified and voted by the DAO. Mints a claim NFT to the proposer as a proof of application.
raiseFalsePatentClaim(payable) - callable by anyone. It checks the date of both claims… if not valid, rejects. On successful claim, the money is returned. Or else is retained by the DAO.
execute - callable by anyone. Executes the proposal
proposeNewMember - Callable only by members of the DAO. On successful vote, a new member is added to the DAO.
voteProposal - callable only by members of the DAO. Each vote has only 1 weight no matter how many tokens you hold.

listPatents - callable by anyone, lists DAO approved patents.
 

Contributions

We welcome contributions to the development of Depto. If you have any ideas or suggestions, feel free to open an issue or submit a pull request.

License

Depto is licensed under the MIT License. See LICENSE for more information.

depto's People

Contributors

fabianferno avatar pintoinfant avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

blkluv

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.