cromewar / Learning-Certicates-Chainlink-Hackathon

Truly unique, provable Certificates for Companies and Universities

Home Page:https://floral-sky-4836.on.fleek.co/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CertDeFi Project - Smart Contracts

The frontend-repo is here: https://github.com/leopacheco18/hackathon-frontend

This project takes the concept of an NTT (Non-tradeable token), focused on delivering certificates of completion for Courses, University degrees. This allows to prevent falsification and ensures persistance of the certificates on the long time, also each certificate gets asigned a random number to ensure uniquness trough Chainlink VRF.

Live Demo of the Project

https://floral-sky-4836.on.fleek.co/

Steps to Run

  1. Create a python virtualenv (the package is here).

virtualenv envName

  1. Activate the virtual-env

source envName/bin/activate

  1. Install eth-brownie

pip install eth-brownie

  1. Setup your private keys by renaming .env.example to .env and add your private keys for:

    1. Your Wallet Address.
    2. Infura if you want to test this on a Testnet like Rinkeby.
    3. Etherscan Token if you want to verify your contracts.
  2. Run the code:

brownie run scripts/deploy_certificate.py

  1. Run some test:

brownie test

About

Truly unique, provable Certificates for Companies and Universities

https://floral-sky-4836.on.fleek.co/


Languages

Language:Solidity 78.6%Language:Python 21.2%Language:Shell 0.2%