Skip to content

somaniraghav/fundETH

Repository files navigation

fundeth logo

fundETH

Table of Contents

  1. Introduction
  2. Tech Stack
  3. Installation
  4. Resources

Introduction 😄

Hello!! 👋

fundETH is a next generation crowdfunding platform built on top of Ethereum to provide the safety of blockchains.
Note: Our smart contract is deployed on Polygon testnet Mumbai for now.

Tech Stack 🚀

  • Polygon
    • For hosting the blockchain
  • Next.js
    • For developing the frontend
  • Solidity
    • For developing smart contracts
  • Chakra UI
  • Firebase
    • For authentication

Installation

To run the code on local device:

cd <project_directory>
npm install
npm run dev

For compiling and hosting the smart contract on polygon test-chain: Use the code in directory contracts/ and the following resource https://docs.polygon.technology/docs/develop/alchemy/

Resources