Skip to content

Latest commit

 

History

History
43 lines (17 loc) · 641 Bytes

File metadata and controls

43 lines (17 loc) · 641 Bytes

Securify

Distributed Ledger platform for issuing verified certifications ,LOR's very handy for recruitment/admission purposes.

Documentation

Testing the Application

  • Clone the repositiory :

git clone https://github.com/gittcoder/ResumeVerificationUsingBlockchain

  • Setup Local Blockchain :

    • Run the following command to start a local blockchain

      cd backend

      npm run ganache

    • Initialize Smart contract (In a new terminal)

      cd backend

      npm run contract-deploy

  • Setup Backend / API

    • Start express API

      cd backend

      npm start