-
ContractSimple Home Page
-
File Upload Options, can leverage Quorum's privacy options or keep the contract public
-
Agents can upload documents and view their histories.
-
After a file is uploaded it can be viewed/deleted/modified by the owner.
-
Users can query for existing contracts if they have a provisioned key
-
Each uploaded file gets deployed as a separate contract with it's own events and history
-
ContractSimple
ContractSimple
Real Estate contract management platform.
Powered by Quorum.
Check the README.md files in each subfolder for more information.
Github: https://github.com/cbonoz/consensus19
Concept:
Allow creation of contracts on the platform and record the evolution of them over time. Each Have an existing contract?
Use Quorum to regulate and control access to private documents (BigNYC).
Biggest problems (particularly in NYC): Traceability - being able to answer questions such as what edits were made to this document. Who had this document? Manual work - a lot of manual effort is done to parse and track changes to legal documents.
Use truffle for smart contract deployment, and quorum with web3. Hashes are recorded next to each transaction or interaction.
Going after the Coindesk main challenge and the Quorum Privacy subchallenge.
Structure
- /server: Truffle Migrations and Server code managing and interacting with contracts.
- /web: Client side reactjs website
- /screenshots: Screenshots of app
Dev Notes
Check the README.md files in each subproject for how to start services.
Useful links
Demo Flow
- ContractSimple: Smart Contracts for Contracts. Ever see "this contract must be kept confidential" on a document. Problem is - that contract has probably been viewed/edited by many others before.
- This is a Real Estate tenant contract (show picture of contract). Problem is most contracts need to be kept internal/private.
- Fits into existing workflows - upload any existing contract. (simply upload the contract)
- Grant controlled access to that contract. Grant and revoke access. (stored as a smart contract). Only viewable with rovocable key.
- The documents and metadata can be resiliently stored bia distributed p2p storage .
- Record when people make changes, view documents, and sign!
- Can see other contracts / pending proposals, anonymously - or not at all.

Log in or sign up for Devpost to join the conversation.