Skip to content

princesinha19/aragon-path-finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Aragon Path Finder 🛤

Multiple Transaction Path Visualization & Transaction Sending tool for Aragon

Project Description

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.

Working Application Link

https://princesinha19.github.io/aragon-path-finder/

Demo (Video)

youtube_video

Steps to run the project

  1. Clone the repository
  2. Go inside the cloned project (tx-path-finder)
  3. Install the dependency using command npm install
  4. Run command npm run start, to start the application

This project was bootstrapped with Create React App.

Available Scripts

In the project directory, you can run:

npm start

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.

npm run build

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.

About

Transaction Path Visulalization tool for Aragon

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published