Git Product home page Git Product logo

wellfund's Introduction

WellFund

Description

WellFund is a decentralized crowdfunding platform built on the Ethereum blockchain. It aims to revolutionize the way fundraising is conducted by leveraging the transparency, security, and efficiency provided by blockchain technology.



WellFund

WellFund Project - Home Page

Dependencies

To run the WellFund project locally, the following dependencies are required:

  • Node.js
  • Hardhat
  • Ganache

Installation Guide

  1. Install Node.js: Visit Node.js website and follow the instructions to install Node.js on your machine.

  2. Install Hardhat: Open your terminal and run the following command:

npm install --global hardhat
  1. Install Ganache: Visit the Ganache website and download Ganache for your operating system. Install Ganache on your machine.

Running WellFund Locally

To run WellFund locally using Hardhat and Ganache, follow these steps:

  1. Navigate to the project directory.

  2. Install the project dependencies by running the following command:

    npm install
    
  3. Make sure you have Hardhat installed globally. If not, you can install it by running the following command:

    npm install -g hardhat
    
  4. Start the local Hardhat network by running the following command:

    npx hardhat node
    

    This command will spin up a local blockchain network with a set of predefined accounts.

  5. In a separate terminal window, deploy the smart contracts to the local network by running the following command:

    npx hardhat run scripts/deploy.js --network localhost
    

    This command will compile and deploy the smart contracts to the local Hardhat network.

  6. Once the smart contracts are deployed, you can start the WellFund application by running the following command:

    npm start
    

    This will start the application and make it accessible through a local development server.

Please note that these instructions assume that you have Node.js and npm (Node Package Manager) installed on your machine.


For any issues or difficulties encountered during the project setup or execution, please feel free to reach out to Saiyam Jain for prompt assistance and support.

wellfund's People

Contributors

saiyumm avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.