This is the Ledger Follower Application, that is listening to the Cardano blockchain to fetch information about event data and user stake amounts in case of stake-based voting.
```zsh
git clone https://github.com/cardano-foundation/cf-cardano-ballot.git
cd cf-cardano-ballot/backend-services/voting-ledger-follower-app
./gradlew build
./gradlew test
# You would need to configure the app using the application.properties file
./gradlew bootRun
To ensure the stability and reliability of this project, we have implemented API tests based on REST Assured. By clicking on the links below, you can access the detailed coverage report