https://github.com/exido-rio/voltus
Voltus is a tamper-proof certificate verification system built using Solidity and Django. It allows organizations to securely store issued certificates on the blockchain, ensuring authenticity and preventing fraud.
https://github.com/exido-rio/voltus
blockchain security smart-contracts w3c w3js
Last synced: 3 months ago
JSON representation
Voltus is a tamper-proof certificate verification system built using Solidity and Django. It allows organizations to securely store issued certificates on the blockchain, ensuring authenticity and preventing fraud.
- Host: GitHub
- URL: https://github.com/exido-rio/voltus
- Owner: Exido-Rio
- License: mit
- Created: 2025-02-16T08:05:03.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-06-14T08:50:25.000Z (7 months ago)
- Last Synced: 2025-06-14T09:33:17.881Z (7 months ago)
- Topics: blockchain, security, smart-contracts, w3c, w3js
- Language: Python
- Homepage:
- Size: 5.08 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Voltus
Voltus is a tamper-proof certificate verification system built using Solidity and Django. It allows organizations to securely store issued certificates on the blockchain, ensuring authenticity and preventing fraud.
* It is created using solidity for writting contract and Django as backend
* web3.js for wallet interction in browser
***REQUIREMENTS :***
* pip
* python3
```
python3 -m pip install -r requirements.txt
```
***Setting Up Envoirnment :***
* Download Ganache cli or gui version create a project and run it
* Fill the needed details
**Deploying Contract**
```
python3 deploy.py
```
***Running Project :***
* Fill all needed field such public , private keys , account address and all contract address
```
python3 manage.py makemigrations
python3 manage.py migrate
python3 manage.py runserver
```