Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 981 Bytes

File metadata and controls

36 lines (27 loc) · 981 Bytes

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