Skip to content

Vaquita is a blockchain-based crowdfunding platform that uses cryptocurrency for secure and transparent fundraising. It offers an intuitive interface for creating and supporting projects, ensuring a seamless and reliable funding experience.

License

Notifications You must be signed in to change notification settings

franvozzi/vaquita

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Vaquita Logo

Vaquita - Cryptocurrency-Based Crowdfunding Platform

Vaquita is an innovative crowdfunding platform that uses blockchain technology to facilitate secure and transparent fundraising. Inspired by the Argentine lunfardo phrase "Hagamos una vaquita" (let's chip in), the project aims to combine the ease of crowdfunding with the flexibility and security of cryptocurrencies.

Table of Contents

Overview

Vaquita aims to provide an easy-to-use platform for projects seeking funding through cryptocurrency contributions. It offers an intuitive interface for both project creators and donors, backed by smart contracts to ensure transparency and security of transactions.

Features

  • Project Creation: Users can create crowdfunding campaigns with detailed descriptions, goals, and deadlines.
  • Cryptocurrency Contributions: Support for various cryptocurrencies to contribute to projects.
  • Transparency and Security: Use of smart contracts to manage contributions and ensure compliance with terms.
  • Intuitive Interface: User-friendly frontend design with React for a smooth user experience.
  • User Management: Secure authentication and authorization using JWT.
  • Project Visualization: Listing and viewing of active, ongoing, and completed projects.

Technologies used

  • React
  • Vite
  • Node.js
  • Express
  • PostgreSQL
  • Solidity
  • Ethereum
  • JWT
  • Heroku
  • Git
  • GitHub

Architecture

The project uses a microservices architecture for the backend, with a PostgreSQL database for data storage. Smart contracts on the Ethereum blockchain manage contributions and transparency. The frontend application is built with React and communicates with the backend through a REST API.

Installation

Prerequisites

Cloning the Repository

git clone https://github.com/franvozzi/vaquita.git
cd vaquita

Installing Dependencies

Frontend Dependencies

cd frontend
npm install

Backend Dependencies

cd ../backend
npm install

Environment Setup

Copy the example configuration file and adjust the variables:

cp backend/.env.example backend/.env
cp frontend/.env.example frontend/.env

Edit the .env files to include your database configuration and API keys.

Starting the Frontend

cd frontend
npm start

Starting the Backend

cd ../backend
npm start

Usage

  • Create an Account: Register on the platform to create and manage projects.
  • Create a Project: Fill in the project details and publish to receive contributions.
  • Contribute to a Project: Browse available projects and contribute with cryptocurrencies.
  • Monitor Contributions: Check the status of contributions and project progress.

Contribution

Contributions are welcome. To contribute to the project, please follow these steps:

  1. Fork the repository.
  2. Create a branch for your feature or bugfix (git checkout -b feature/new-feature).
  3. Make your changes and commit (git commit -am 'Add new feature').
  4. Push the branch to the remote repository (git push origin feature/new-feature).
  5. Create a pull request on GitHub.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Contact

Francisco Vozzi - franciscovozzi@outlook.com GitHub: franvozzi Thank you for your interest in Vaquita! We hope you find this cryptocurrency-based crowdfunding platform useful and exciting.

This README.md provides an overview of the project, details on installation and usage, and how to contribute. Be sure to customize any specific details as the project develops.

About

Vaquita is a blockchain-based crowdfunding platform that uses cryptocurrency for secure and transparent fundraising. It offers an intuitive interface for creating and supporting projects, ensuring a seamless and reliable funding experience.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published