is currently pushing his project #tothemillion and requested a website on Steem.chat that shows the highest amount of transactions processed in 24 hours.

The Steem Transactions Highscore Board is now available on GitHub
Hello Steemians,
it is about three weeks ago that I've shared a prototype of a *"Transaction Highscore board" based on the idea and the concept of . I believe that the idea is great and we should push it, but it sadly turns out that I was not able to improve and host the highscore board in a good quaility, due to a lack of time.
Because of this I've decided to invest this weekend in a propper code clean up and in dockerizing both parts of the application. As the code should now be more or less clrea, I've pushed it to GitHub with the hope, that someone will finish my mission. Even if noone wants to continue the work on this, it can at least be usefull for people who:
- Want a working sample using an embedded Tomcat
- Scanning the blockchain with SteemJ
- Dockerizing Java-Applications
- ...
Where can I find it?
The project can be found on GitHub - Feel free to clone it using the following command:
git clone https://github.com/marvin-we/SteemTransactionHighscoreBoard.git
How to build the project
To project is using the Build Management tool Maven and can by build by executing the command below:
mvn clean install
How to run the project
After building the binaries you can use docker to run them. Simply start the provided docker-compose file by running:
docker-compose up -d
Get in touch!
Most of my projects are pretty time consuming and I always try to provide some useful stuff to the community. What keeps me going for that is your feedback and your support. For that reason I would love to get some Feedback from you <3. Just contact me here on Steemit or ping me on GitHub.