vanadium-archive / browser

Example app: Vanadium namespace browser
BSD 3-Clause "New" or "Revised" License
1 stars 3 forks source link

Show the blessing store used by the webapp #39

Open aghassemi opened 9 years ago

aghassemi commented 9 years ago

Each application (nsb included) has its own principal and blessing store. Provide a means to visualize this store.

It can start with something as simple as a tab that shows Principal().BlessingStore().DebugString() (and also Principal().Roots().DebugString())