This is a toy project to try some F# Fable (and Feliz). The explorer uses mempool.space and ankr.com APIs to fetch transactions.
- Enter a txid in the searchbar and press search
- Select the transaction to open the transaction details panel on the right side
- Follow the transactions by clicking on the inputs and outputs
$ cd dist
$ python -m http.server 8080 & $BROWSER http://localhost:8080
$ dotnet fable --run npx vite build
$ python -m http.server 8080
and the open the browser in "http://localhost:8080/
$ dotnet fable watch --verbose --run npx vite