Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tech-creed/hackodisha-3.0-tech-creed
https://github.com/tech-creed/hackodisha-3.0-tech-creed
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tech-creed/hackodisha-3.0-tech-creed
- Owner: tech-creed
- Created: 2023-09-09T06:19:12.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-10T08:08:27.000Z (over 1 year ago)
- Last Synced: 2023-09-10T08:29:16.181Z (over 1 year ago)
- Language: CSS
- Size: 15 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HackOdisha-3.0-Tech-Creed
## SecureDocs: Safeguard, Validate, and Trade Important Documents
SecureDocs is the ultimate solution for safeguarding, validating, and trading important documents. Our platform empowers both individuals and government authorities, providing secure accounts for users to upload and mint their documents as NFTs. Government agencies can seamlessly validate critical records, such as land property documents, while individuals gain the ability to monetize and securely store their valuable documents. With SecureDocs, you can trust that your documents are not only protected but also easily accessible, verified, and tradable on our dedicated marketplace.
### Key Features
- **Efficient Document Management:** Simplifies the organization and storage of important documents.
- **Document Verification:** Provides a secure way to verify the authenticity of documents.
- **NFT Minting:** Establishes ownership and provenance for unique documents.
- **Property Sales:** Streamlines property listings and transactions.
- **Digital Locker System:** Offers secure and convenient storage for documents and NFTs.
- **Privacy and Security:** Ensures data security through encryption and access controls.
- **Compliance:** Helps users comply with legal and regulatory requirements.
- **Convenience:** Enables remote access to documents and property listings.
- **Cost Savings:** Potential savings in property transaction fees.Our platform simplifies tasks, enhances security, and introduces innovative solutions for document and property management.
# Project Setup Procedure
clone the repo to your local system,
```git clone https://github.com/tech-creed/HackOdisha-3.0-Tech-Creed```
### Requirement Deps,
1. Ganache ETH Local System
2. Python 3.8.x > version
3. NodeJS
4. Truffle### Procedure to start the servers
#### 1. Python EndpointAPI
```
cd ml-backend
pip install -r requirement.txt
python main.py
```
#### 2. Ganache ETH Local
```
Open the Ganache to start the ETH Chain in local
Config the metamask in browser with the port 9585
```
#### 3. NodeJS Server
```
npm install
nodemon server.js
```
#### 4. Smart Contract
```
truffle compaile
truffle migrate
/ The Developed smart contract will be deployed to local ETH chain
Note : Copy the compailed contract inside build and paste inside public folder
```## Technology and Tech Stack Used
### Web3
Solidity - Smart Contract
EVM - Ethereum Virtual Machine
HTML | CSS | JS - Programming Languasge
NodeJS - Web Server### AI/ML
Python - Programming Language
Flask - Endpoint API Server
OCR - Optical Character Recogintion