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

Compare with Current View Page History

« Previous Version 6 Next »

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 by hour, by minute.
Unit tests.

Data service API

Data service API design.
API documentation.
API tests.

Web interface

Web interface integration.
E2E tests.

Milestones

DescriptionDeadline
Data service should pass unit tests, print correct information to console.21.06.19
Data service API should pass API tests, have relevant documentation.12.07.19
Web interface should pass e2e tests, show relevant information and be usable.02.08.19
Should have features development.23.08.19
  • No labels