We are announcing a bounty for visualization of live data coming from the æternity blockchain. In addition to continually improving the æternity Blockchain Explorer, we would like to see the æternity community involved in making dashboards.
Rules and Eligibility
This contest is open to anyone who has reached the age of maturity in their country of residence.
Teams are free to participate, but the award will be sent to a single AE address.
These submissions should be a fully-functioning web applications.
The submission should visualize data in the following categories: core (e.g., top block, transactions per day), currency stats, block stats (e.g., difficulty, key blocks mined), mining stats (e.g., transactions in the mempool, block reward), and æternity protocol (e.g., oracles queried, state channels opened).
The submissions should be open-source and posted on GitHub.
Submissions Deadline: December 23, 2018 | 11:59 PM CET
After the submission deadline has passed, members of the æternity team will evaluate all entries and select the winners.
The bounty amount is 3000 AE.
All participants must fill-in this short form in order to be eligible to participate: Dashboard Bounty Submissions
Design Direction
We are looking for designs consistent with the æpps Styles guide (available at the link below). For your convenience, we have also included the fonts that we use.
We have also prepared a reference sketch for the type of data and visuals we would like to see. We welcome all submissions and don’t want to constrain your imagination in any way!
Questions?
If you have any questions, feel free to post them here!
I see the submission deadline but when is the JUDGEMENT DAY? DAY of judging the dashboards? Who judges these? Is there a voting system and if so will it run on Sophia Lang? As members of the community we are interested to know the low downs before we choose to get down or not…
We are working on the actual blog post currently. Judgement day is after the deadline. We will create a topic with all entries here in the Forum and will allow users to vote for their favorites. The final decision will rest with the æternity team, however.
The governance mechanism in æternity has not been launched yet. I am not sure what the “low downs” is
Epoch allows you to access quite some data, but you might want to write your own backend to accumulate more data about the chain.
You can use some of the public nodes, for example: https://sdk-mainnet.aepps.com/v2/status to start hacking.
The issue is it provides data. instant data. point data.
no history, no timestamp, no back tracking. that is what I was asking. without developing something extra having trends show for the past is not possible.
Just to elaborate, the status area only shows:
Difficulty, peer_count, pending transactions, solutions.
Everything else should be pretty much static or really slow changing:
Gensis block, listening, network id, node revision, node version, protocol and syncing.
www.imae.one
This is my personal website of aeternity explorer and stats tool, Currently supporting the English and Chinese Language. I made this not for the bounty, My motivation comes from more and more people can use my website and giveme advices, so that i can make it more user-friendly and humanreadable.
I am on my way to make it a extremely nice tools,Hoping you guy’s advices.
You can also use the aepp-middleware to get some of the data for you. It’s in github at GitHub - aeternity/aeternal: Æterrnal--the caching and reporting layer for the æternity blockchain and connects to a node, and downloads its entire blockchain into a Postgres database, then keeps the DB up-to-date with new blocks as they arrive. It’s written in Rust, and we’d welcome any contributions to it, as well.