lisk-docs
lisk-docs copied to clipboard
📘 Lisk documentation repository
### Description Add explanations about the transaction pool - how many transaction can be added in total / per user - how transactions are prioritized for block inclusion - how...
### What https://lisk.com/documentation/lisk-sdk/guides/app-development/frontend.html ### How Add example to frontend guide: How to connect to a remote Lisk node with a frontend ### Additional information If you are using latest version...
### Description Align the documentation to - describe the recommended way how to configure plugins and modules - describe the alternative ways to configure. - ExplanationWhich values in the config...
Benchmarks of the software should be included in the documentation, to showcase the software performance. Link also to the benchmarking blog post, under explanations. ### Additional innformation according to LiskHQ...
### Description Discuss security of blockchain client applications, and how to keep the user data safe. Describe advantages and disadvantages of the different approaches like metamask, a web ui or...
### 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...