Mona Bärenfänger
Mona Bärenfänger
### Description How to change the chain state & account state without a transaction. With the the `beforeblockapply` and `afterblockapply` lifecycle hooks, it can be also executed per block. ###...
### Description Discuss different ways to store media data for a blockchain appllication, and their advantages and disadvantages, maybe as advanced explanation and/or as dev guide ### Motivation Please describe...
### Description A guide describing how to create a standalone module / plugin. ### Motivation There are some small differences when creating a standalone module / plugin vs an integrated...
### Description A description of the execution order of the module lifecycle hooks is missing - maybe in the section where lifecycle hooks of modules are explained: https://lisk.com/documentation/lisk-sdk/introduction/modules.html#lifecycle-hooks Currently, the...
### Description A guide about how to perform hardforks on a running blockchain should be added to the documentation. ### Motivation Saying two months into the project and the blockchain's...
### Description Tables are not displayed correctly for small screen sizes. Asciidoc itself doesn't provide a solution to fix this at the moment. options: - consider using a CSS based...
Use a linter like Vale (see: https://github.com/errata-ai/vale) and set up the specific rules according to the style guide.
Write accessible documentation, for example by optimising the documentation content for screen readers.
Review and adjust and extend the existing documentation, to write inclusive documentation (review terminology, e.g. "dummy-" vs "genesis-delegates", review gendering of the content).
**Is your feature request related to a problem? Please describe.** Sometimes link labels are confusing and they are not indicating where exactly the link is leading . **Describe the solution...