Voting
Please connect the wallet to a supported network
    A Fullstack Ethereum Application for Voting
    This repository contains a Fullstack Ethereum application for Voting
    Different software components and libraries are used, like
    Requirements
    In order to interract with the deployed application, you need to have a browser extension that lets you interact with the blockchain, like Metamask
    Also, you need to get some free ETH from the Rinkeby Faucet in your Metamask account
    For further code testing and deployment, you will need additional tools:
    You'll know you've installed git right if you can run: `git --version` and you get an output like `git version x.x.x`
    You'll know you've installed nodejs right if you can run: `node --version` and you get an ouput like: `vx.x.x`
    You'll know you've installed npm right if you can run: `npm --version` and you get an output like: `x.x.x`
    Here is a simple way to install brownie.
    pip install eth-brownie
    Or, if that doesn't work, via pipx:
    pip install --user pipx pipx ensurepath
    restart your terminal, then
    pipx install eth-brownie
    You'll know you've installed brownie right if you can run: `brownie --version` and you get an output like: `Brownie v1.18.2 - Python development framework for Ethereum`