This project is a blockchain-based voting system implemented in Solidity. It includes functionality for creating new wallets, sending polls to the blockchain, and voting.
Clone the repository and install dependencies:
$ git clone https://github.com/KristofferGW/flowback-onchain
$ cd flowback-onchain
$ npm installThis project uses Foundry for testing. Install Foundry using the instructions here or via these commands:
$ curl -L https://foundry.paradigm.xyz | bash
$ foundryupThen run:
forge testDetailed usage instructions will be added soon.
Contributions are welcome. Please submit a pull request or create an issue to discuss the changes you want to make.