Skip to content

619/CampaignFinance

 
 

Repository files navigation

Vantag3: Transparent Campaign Finance

Description

Vantag3 is an end-to-end financial management tool for public campaigns that aims to trace the flow of donor funds on the ethereum blockchain to keep candidates accountable for their spending.

Features Include:

  • Donations

  • Vendor Bidding

  • Blockchain Identity based login (Civic, uPort Integration)

  • Admin Backend

CampaignLogin

webapp for registering

CampaignBackend

Back end server used by government entity to approve and decline registraions

CampaignDonation

webapp for registered contributors to donate to campaign

Contracts

contains solidity contracts

flat contracts are used for deployment.

IPFS

used for adding objects to ipfs for testing

Instructions for running locally

To start each service on your local machine, cd into each directory and npm install. then NODE_ENV=test npm start to start up the services

CampaignLogin: localhost:2345 CampaignDonation: localhost:1234 CampaignBackend: localhost:

Example user flow

First Register as

About

2018 EthDenver Election Prize Winner

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.3%
  • HTML 2.7%