Author Topic: Bitshares BlockChain Explorer Community suggestions  (Read 9767 times)

0 Members and 1 Guest are viewing this topic.

Offline fav

  • Hero Member
  • *****
  • Posts: 4278
  • No Pain, No Gain
    • View Profile
    • Follow Me!
  • BitShares: fav
I'd like to see referral sign-ups (live) on my feed

Offline mike623317

  • Hero Member
  • *****
  • Posts: 637
    • View Profile

Ecellent. This is great and we very much need a good, stable and easy to use explorer. Its fundamental to the blockchain. Be great to have core charts that show how bitshares is growing and how individual businesses can see theirs.

I think this is wonderful.

Offline DestBest

What a wonderful initiative !
Thank you !

You may want to make a post about your project on steemit, I am sure lots of people will help and vote for you !
BitShares French ConneXion, le portail francophone BitShares.
BitShares French ConneXion, the BitShares french gateway.
www.bitsharesfcx.com

Offline oxarbitrage

As some of you already know, the following is a development version of a new blockchain explorer i had been working on:

http://bitshares-explorer.io

The thread purpose is to discuss what the community will like to see in the different sections of the explorer. Please note this is a pure dev version with bugs all around that i will be fixing, there is no guarantee the explorer will be up all the time either in this stage specially while making changes.

The technology behind and all that will be explained but i will like to get more input in regards to what to put here and there, ill take care by now on how to do it.

This is an open source project that will be uploaded fully to github with mit licence. The full code is not uploaded yet because it is messy to present it in the community. All code will be uploaded to:
https://github.com/oxarbitrage/bitshares-python-api-backend
and https://github.com/oxarbitrage/bitshares-explorer

With that said, lets start by making suggestions to the dashboard, here is a pic of what we have now:



We have 4 indicator boxes:
- block number - updated as operations came in real time, i think this is important and should stay.
- new users: is the accounts that the bitshares network made since the last maintenance time up to now. change to ?
- bts market cap. change to?
- 24 hs volume of bts/btc. change to ?

then we have the operation types chart. the plan was to have the types in current maintenance interval plotted but not sure if is relevant.

options can be:
- keep the chart. this is the dashboard, if we keep the chart there it needs to plot the most relevant data a bitshares user may want to see.
- chart can be removed and replaced with 4 more indicators. if so, what will be the complete list of 8 indicators the community will like to see here?

i don't suggest more than 8 indicators(or 4 and the chart) as it will push the real time operations table too much to the bottom of the page.

the operations table of the dashboard:
- i think it should stay as it is but open to suggestions to add/remove any column.

operation colors:

- the full list can be seen here:
http://bitshares-explorer.io:9009/#/fees

if anyone want to suggest the operation colors please send color for each op in hex format(#FFFFFF = white).

there is a lot to do but lets try to go over the dashboard first and move on section by section.

thank you very much for reading.