Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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 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, commands.
Function to get block, transaction, account details.
Function to get list of accounts.
Function to get transaction count by per hour, by per minute.
Unit tests.

Data service API

Data service API design.
API documentation.
API tests.

Web interface

Web interface integration.
E2E tests.

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
pass e2e tests,
show relevant information and be usable.02.08.19
(TODO)

iroha-explorer-backend@quarter-3

turuslan/blockchain-explorer@quarter-3

Should have features development.23.08.19

iroha-explorer-backend@quarter-4

turuslan/blockchain-explorer@quarter-4


Repository

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

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