8000 GitHub - lontivero/Explora: A visual transaction explorer
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

lontivero/Explora

Repository files navigation

Explora - a visual tool to follow a chain of transactions

This is a toy project to try some F# Fable (and Feliz). The explorer uses mempool.space and ankr.com APIs to fetch transactions.

How to use

  1. Enter a txid in the searchbar and press search
  2. Select the transaction to open the transaction details panel on the right side
  3. Follow the transactions by clicking on the inputs and outputs

Give it a try

$ cd dist
$ python -m http.server 8080 & $BROWSER http://localhost:8080

How to build

$ dotnet fable --run npx vite build

How to run

$ python -m http.server 8080

and the open the browser in "http://localhost:8080/


How to watch while developing

$ dotnet fable watch --verbose --run npx vite

About

A visual transaction explorer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0