Skip to content

Commit

Permalink
Merge pull request #11 from cardano-foundation/docs/add-deeplinks-des…
Browse files Browse the repository at this point in the history
…cription-to-readme

docs: add deeplink explanation to README.md
  • Loading branch information
cfuisat authored Nov 25, 2024
2 parents 5c903ba + 0bcaad5 commit 18e43b5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 18e43b5

Please sign in to comment.