This tool provides a user interface for exploring the in-memory state of an Hedera Hashpool instance.
This is alpha software. It has not been audited. Use at your own risk.
git clone https://github.com/the-creators-galaxy/hashpool-explorer.git
cd hashpool-explorer
npm install
cp sample.env .env
npm run dev
- Navigate a web browser to the URL indicated in the console window.
The environmental property VITE_API_HASHPOOL_URL
instructs the website on which Hashpool REST Server
to connect to when subbmitting transactions.
Upon loading, the site connects to the hashpool server to retrieve information regarding the Hedera network to connect to, including a mirror node. From there it provides a user interface for exploring the transactions held in-memory, that may still need additional signatures to be valid, or are not yet submittable due to their transaction start time. It provides this information by querying the hashpool directly thru its REST API and also the associated mirror node for additional information. Completed transactions are typically held in memory for around 3 minutes after submittal, after which the user must use a different explorer to discover the disposition of a transaction.