Search code examples
hyperledger-sawtooth

How to modify Sawtooth fishnet website and check logs?


Hello I want to modify the labels and the content of the fishnet app, also I want to look into the logs of the system, how I can do that? Right now I've installed in docker but is impossible to modify.


Solution

  • Hello I want to modify the labels and the content of the fishnet app ..

    Mainly, you can find all codes for Fishnet app client here. You can find the navigation app labels of the fishnet app in the main.js. Inside there, you can modify the labels by changing the string 'Add Fish', 'View Fish', 'Profile', etc. Secondly, please take a look files inside Components folder and views folder if you want to modify the the content.

    I want to look into the logs of the system, how I can do that?

    The easiest way to see all logs in the system is by looking at Docker Dashboard . You could also check all logs of the system using docker logs command.