Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Soliton Stats or Explorer #20

Open
jio-gl opened this issue Jul 6, 2021 · 1 comment
Open

Soliton Stats or Explorer #20

jio-gl opened this issue Jul 6, 2021 · 1 comment

Comments

@jio-gl
Copy link
Collaborator

jio-gl commented Jul 6, 2021

Tools

Basically, the most important tools for a blockchain are Wallets, Explorers, and Stats.

The differences between Explorers and Stats are that Stats have aggregation of current and old data for analytics in the form of tables and charts. Explorers usually have only detailed information on the blocks, transactions, and historical metrics of the blockchain.

Stats are more fund to use and develop but Explorers are mainly more used and important because they give details to double-check that transactions have entered the chain.

Regarding Stats there are two types: full-nods and collectors. Full-nodes can do stats because they sync the whole data. Collectors do no sync the whole data but the p2p nodes from the blockchain network connect to the stats collector to give it data in realtime.

Classical Eth Explorer: https://github.com/Alethio/ethstats-cli Deployment: https://ethstats.net/

A very popular opensource Explorer is Blockscout: https://github.com/blockscout Deployment: https://blockscout.com/poa/core

An interesting Explorer for Proof of Stake chains is BigDipper: https://github.com/forbole/big-dipper Deployment: https://cosmos.bigdipper.live/

Nice and simple explorer and stats for Cosmos (not open source): https://atomscan.com/

More Examples

https://github.com/ArkEcosystem/explorer https://explorer.ark.io/

https://github.com/LiskHQ/lisk-explorer. https://explorer.lisk.com/topAccounts

https://github.com/MultiChain/multichain-explorer.

https://github.com/bitpay/insight/ https://insight.terracoin.io/

Data

Block

    1. blockNumber?: int
    1. movingMaxSpeed?: float
    1. movingMinSpeed?: float
    1. blockTimeFactor?: float
    1. vdfSteps?: int (difficulty)
    1. vrfSeed?: string
    1. vdfResult?: string
    1. vdfBootstrapResult?: string
    1. timestampSeconds?: float (seconds), blocktime is delta of this.

Transaction

  1. sender: string
  2. receiver: string
  3. amount: float
  4. nonce: int (sequence number from sender wallet to avoid replay atttacks)
  5. fee: float
@jio-gl
Copy link
Collaborator Author

jio-gl commented Jul 6, 2021

@sbazerque estamos discutiendo la data de bloque y tx para stats.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant