The Steem Transactions Highscore Board #tothemillion - Update

in tothemillion •  7 years ago 

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


Screenshot

Previous posts: Initial post

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 @samupaha . 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.


If you want to stay up to date or just like the stuff I am doing it would be great if you could press the button below =).



follow me

Thanks for reading and best regards,
@dez1337

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!
Sort Order:  

Hi.
Dear @ dez1337
Is the transaction high score board comparing each STEEM development project?
I do not understand well I guess I'm stupid :)

Today I can tell you my good news.
I launched the "steem market" service today.
"Steemj" was a big part of this service.
I thank you again for your hard work.
Although it is written in Korean, I introduce this service to you.

Https://steemit.com/kr-market/@nhj12311/kr-market-steem-mart
Please just take a look at the pictures. It's Korean :)

Service address: https://cobot.co.kr/steemit/steem-mart

I became more interested in "steemj" as I created this service.

I will contact you again if there is a big success in my project.
BYE ~

Hay @nhj12311 ,

glad that you were able to realize your project with SteemJ - I whish you all the best for your site!

The project described in this post is a small Web-Application that scans the whole blockchain and counts the transaction made on the blockchain in the last 24 hours. The initial idea was to use it for marketing, but sadly I did not had enough time to finish it.