Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 775 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 775 Bytes

Decentralized Surveys

Decentralized Surveys is a React-based web application for creating, participating in, and reviewing surveys on the Goerli Testnet.

Quickstart

  1. Clone the repository: git clone https://github.com/<your-github-username>/decentralized-surveys.git
  2. Navigate to the directory: cd decentralized-surveys
  3. Install dependencies: npm install
  4. Run the application: npm start

Overview

Our app utilizes Ethereum smart contracts for survey creation and handling. Data is fetched via Apollo GraphQL from TheGraph, a decentralized protocol for indexing and querying data from blockchains.

Usage

  • Create a survey: Click "Create New".
  • Participate in a survey: Go to "Show Active".
  • Review survey results: Click "Review".