From 4e3c70e20d8205c0067c25f78053501dcb404649 Mon Sep 17 00:00:00 2001 From: abhi Date: Fri, 23 Jun 2023 22:36:13 +0530 Subject: [PATCH] Sirato substrate base data display (#1) --- ...to-substrate-explorer-phase3-milestone1.md | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 deliveries/sirato-substrate-explorer-phase3-milestone1.md diff --git a/deliveries/sirato-substrate-explorer-phase3-milestone1.md b/deliveries/sirato-substrate-explorer-phase3-milestone1.md new file mode 100644 index 000000000..22044c409 --- /dev/null +++ b/deliveries/sirato-substrate-explorer-phase3-milestone1.md @@ -0,0 +1,20 @@ +# Milestone Delivery + +* **Application Document:** https://github.com/w3f/Grants-Program/blob/master/applications/sirato_substrate_phase3.md +* **Milestone Number:** 1 + +**Context** + +In this milestone we are delivering the functionality to view blocks, extrinsics and events information. + +To test out the feature, please follow the simple steps in this [tutorial](https://github.com/web3labs/epirus-substrate/blob/main/explorer-ui/docs/blocks-exploration.md). + +**Deliverables** +| Number | Deliverable | Link | Notes | +| ------------- | ------------- | ------------- |------------- | +| 0a. | License | https://github.com/web3labs/epirus-substrate/blob/main/LICENSE | Apache 2.0 | +| 0b. | Documentation | Project README: https://github.com/web3labs/epirus-substrate/tree/main/explorer-ui#readme
Video demo: https://www.loom.com/share/85fb7a8cbe6e40ba9bcadd804b7e6bc5 | | +| 0c. | Testing Guide | UI unit tests: https://github.com/web3labs/epirus-substrate/blob/main/explorer-ui/README.md#testing | | +| 0d. | Docker | UI Docker image: [ghcr.io/web3labs/epirus-substrate-ui:latest](https://github.com/web3labs/epirus-substrate/pkgs/container/epirus-substrate-ui)
Docker compose for running all explorer components locally: https://github.com/web3labs/epirus-substrate/tree/main/local-testnet | | +| 1. | Updated Explorer UI | https://github.com/web3labs/epirus-substrate/tree/main/explorer-ui | Source code for the blocks, extrinsics data display can be found in the `./src/components/blocks/` and `./src/components/extrinsics/` folders.| +| 2. | Public explorer instance | https://substrate.sirato.xyz | Public explorer instance for Rococo-Contracts. A new menu item `Blocks` has been added to the side navbar |