Code Monkey home page Code Monkey logo

certificate-verifiation's Introduction

Certificate verification


GitHub Stars download visitors

Setup

  • Follow this instruction for setup
  • That instruction will show you how to setup the Alchemy and Metamask
  • Getting Private key from Metamask
  • Getting API_KEY and API_URL from alchemy

Running

  • one time
    • npm install --save-dev hardhat
    • npm install
  • start the CLI : npx hardhat run scripts/interact.js

Project Overview

  • contracts/CertificateVerification.sol: Contains the solidity codes

  • scripts/utils/ipfs_utils.js: IPFS related codes for generating hash, uploading/downloading hash

  • scripts/utils/listener.js: creates listener to contract's event (NOT WORKING)

  • scripts/contract_utils.js: Contract initialization code

  • scripts/deploy.js: Contract deploy code

  • scripts/interact.js: Contains interaction code with contract and IPFS functionalities

  • check contract on etherscan

TODO

  • develop UI

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.