Modifying Hyperledger Composer WebApp
I've completed the Hyperledger Composer Developer tutorial https://hyperledger.github.io/composer/tutorials/developer-guide.html and I've generated the BNA, deployed it to a local Hyperledger Fabric 1.0 instance, generated the REST API, and generated the skeleton webapp using yo. However, I noticed that the resulting webapp only has a menu for adding assets, and none for adding participants and submitting transactions. I have two questions: 1) Why doesn't the webapp generate menus for adding participants and submitting transactions? (or does it, and how do I get it to do that?) 2) In an