idntty

Results 3 issues of idntty

When you create new module with lisk generate:module command, there is a line added: `app.registerModule(HelloModule);` But default code in modules.ts file: ` import { Application } from 'lisk-sdk'; export const...

type: bug
commander

Here is Lisk API client documentation, where there are node methods. And including a method that returns data about the node: getInfo: () => Promise; Nevertheless, it does not work....

type: bug

The documentation says that you can add either your own button(ToolbarButton) or a dropdown list(ToolbarSelect). And there is even a great example of how to do it for a button...

enhancement