Clone this repo:

Branches

  1. 66729e9 browser: Creating credentials before seekblessing by Ali Ghassemi · 8 years ago master
  2. 18813fb Use the "roaming" instead of "generic" runtime factory. by Asim Shankar · 8 years ago
  3. 050f3f1 TBR: Browser: adding directory target by Ali Ghassemi · 8 years ago
  4. 524ac44 TBR: fix copyright by Ali Ghassemi · 8 years ago
  5. efc336b TBR: Add copyright by Ali Ghassemi · 8 years ago

Vanadium Namespace Browser

The namespace browser is a web application that lets developers and other users view and interact with the Vanadium world. Starting from their namespace root or other mount table, users can browse through the mount table hierarchy and see where services are mounted. The user can select a service to see more detailed information about it, and can also interact with the service, invoking methods to examine or modify the state of the service.

Running Namespace Browser

You can serve a local instance of the Namespace Browser by executing the following command:

$JIRI_ROOT/release/projects/browser/run.sh

Navigate to http://localhost:9001 to launch the namespace browser. You can quit by using CTRL-C on the console.

Contributing

The code repository for the Namespace Browser is on GitHub.

Bugs and other issues can be submitted to the Namespace Browser Issue Tracker.