heavy-duty / znap

Performance-first Rust Framework to build APIs compatible with the Solana Actions Spec.
Apache License 2.0
63 stars 1 forks source link

Create a visualizer for actions #62

Open danmt opened 3 months ago

danmt commented 3 months ago

The easiest way to test an action is to use shuttle and dialect's interstitial site, or using a tunneling service like ngrok. This makes it considerably hard for the user to try their actions, instead there should be a tool znap-viz that starts an app that traverses the collection and displays it visually. It would be nice if the visualized was running by default for dev mode.