Multiple Transaction Path Visualization & Transaction Sending tool for Aragon
Currently, the Aragon connect API uses the BFS (breadth-first search) to find the shortest path automatically and forwards the transactions along that path. But for more sophisticated users the different paths like longest, shortest, etc might matter. This tool displays all the possible paths for a particular transaction. So the user can view all the possible paths and easily determine which path is longest, shortest, etc as per the requirement. This tool will also be useful for users to make sure that their transaction is indeed forwarded via the shortest path.
The application supports choosing one path from multiple available paths. Also, one can send the transaction through the chosen path using metamask.
https://princesinha19.github.io/aragon-path-finder/
- Clone the repository
- Go inside the cloned project (tx-path-finder)
- Install the dependency using command
npm install
- Run command
npm run start
, to start the application
This project was bootstrapped with Create React App.
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
See the section about deployment for more information.