Robert-H-Leonard / data-marketplace

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Description

App Architecture

Link to miro board: https://miro.com/app/board/uXjVPKqjxQM=/

image

Hackathon Project Demo

This project is deployed here: https://chainlink-data-marketplace.vercel.app/

The project is structured into 2 components:

  1. Frontend

  2. Contract

Local Development

In order to run locally follow these commands:

  1. Clone this repository git clone https://github.com/Robert-H-Leonard/data-marketplace.git.

  2. Navigate to the frontend folder cd frontend.

  3. Install dependencies yarn install or npm run install.

  4. Run app yarn start or npm run start.

Backend

About


Languages

Language:TypeScript 44.4%Language:JavaScript 23.5%Language:Solidity 20.6%Language:CSS 9.3%Language:HTML 2.1%