lisk-docs icon indicating copy to clipboard operation
lisk-docs copied to clipboard

📘 Lisk documentation repository

Results 57 lisk-docs issues
Sort by recently updated
recently updated
newest added

### 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...

component: sdk
type: feature

### 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...

component: sdk
type: improvement

### 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...

component: sdk
type: feature

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...

component: sdk
type: feature

### 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...

component: sdk
type: feature

### 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. ###...

component: sdk
type: feature

### 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...

component: sdk
type: feature

### 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...

component: sdk
type: feature

### 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...

component: sdk
type: feature

### 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...

component: sdk
type: feature