Skip to content

rnbrady/cashflow

Repository files navigation

Cashflow

Cashflow is a Bitcoin Cash transaction explorer which displays the directed acyclic graph (DAG) of transactions. It connects to a Chaingraph backend to fetch transactions with information about parent and child transactions.

Screenshot 2025-06-02 at 10 11 34

Cashflow is built with the excellent React Flow library and uses the Nextjs framework.

Cashflow is open source. To run the development server locally:

pnpm install
pnpm run dev