You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 12 Current »

Project

Integration of Hyperledger Iroha into Hyperledger Explorer tool

Scope

System consists of data service and web interface.
Web interface is used by Iroha users, administrators, developers to view Iroha information and statistics.
Data service provides data for web interface.
Data service collects data from Iroha using Iroha API and stores it in database.

Goals

Web interface to show information and statistics.
Data service to collect information and calculate statistics.

Tasks

Data service

Iroha dataset
Sync Iroha blocks to database.
Function to get total block, transaction count.
Function to get chronological list of blocks, transactions.
Function to get block, transaction, account details.
Function to get list of accounts.
Function to get transaction count per hour, per minute.
Unit tests.

Data service API

Data service API design.
API documentation.
API tests.

Web interface

Web interface integration.

Milestones

DescriptionDeadlineDeliverables
Data service should pass unit tests, print correct information to console.21.06.19iroha-explorer-backend@quarter-1
Data service API should pass API tests, have relevant documentation.12.07.19iroha-explorer-backend@quarter-2
Web interface should show relevant information and be usable.02.08.19

iroha-explorer-backend@quarter-3

turuslan/blockchain-explorer@quarter-3

Should have features development.23.08.19

Repository

https://github.com/turuslan/iroha-explorer-backend 

https://github.com/turuslan/blockchain-explorer

  • No labels