Skip to content

An initiative to supercharge the groundbreaking LightCert4IoTs: an IoT authentication system using Mina Blockchain.

Notifications You must be signed in to change notification settings

bedmuthaapoorv/MINA-POC

Repository files navigation

Recreate MINA-POC Project

Follow the steps below to set up the MINA-POC project on your local machine.

Setup Instructions

  1. Clone the repository:

    git clone <repo-url>
    
  2. Navigate to the main directory:

    cd MINA-POC
    
  3. Move to the mina-client-app subdirectory:

    cd mina-client-app
    
  4. Initialize a new git repository:

    git init
    
  5. Install the required npm packages:

    npm install
    
  6. Navigate back to the main directory:

    cd ..
    
  7. Proceed to the smart-contract-component subdirectory:

    cd smart-contract-component
    
  8. Initialize a new git repository:

    git init
    
  9. Install the required npm packages:

    npm install
    

After following these steps, the MINA-POC project should be set up and ready for development on your machine.

About

An initiative to supercharge the groundbreaking LightCert4IoTs: an IoT authentication system using Mina Blockchain.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published