An open API service indexing awesome lists of open source software.

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.

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
```