From 0bcaad58b16a3b64a88d42bc02c1ef7e65baff8e Mon Sep 17 00:00:00 2001 From: Kammerlo Date: Wed, 20 Nov 2024 11:55:20 +0100 Subject: [PATCH] docs: add deeplink explanation to README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index b535d25a..28b056a0 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,14 @@ Cardano Explorer Landing Page, a simple web application showcasing major Cardano - [Installation](#installation) - [Project Structure](#project-structure) +## Deeplinks - How to use them +This landing page supports DeepLinks to be able to forward to your favorite explorer. +Deeplinks are available for the following endpoints: +- `Epoch` - URL `explorer.cardano.org/epoch?number={EPOCH_NUMBER}` +- `Block` - URL `explorer.cardano.org/block?id={BLOCK_NUMBER}` +- `Transaction` - URL `explorer.cardano.org/transaction?id={TRANSACTION_ID}` +- `Address` - URL `explorer.cardano.org/address?address={ADDRESS}` + ## Installation To set up the project locally, follow these steps: