You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.
Add examples in the root level, and one bootstrapped application using lisk-commander.
This application should use dpos with exact same genesis configs as lisk-core.
Motivation
examples folder will contain some example applications to show case the basic usage of the lisk-sdk.
At the same time, it will be used for our functional/e2e testing.
Acceptance criteria
Application run and start generating block
Additional information
Application now requires genesisBlock to be passed as Block object (it could accept genesisBlock in JSON format and convert them internally)
Fixing all the issues encountered to make the application runnable without errors
The text was updated successfully, but these errors were encountered:
Description
Add
examples
in the root level, and one bootstrapped application using lisk-commander.This application should use
dpos
with exact same genesis configs aslisk-core
.Motivation
examples
folder will contain some example applications to show case the basic usage of thelisk-sdk
.At the same time, it will be used for our functional/e2e testing.
Acceptance criteria
Additional information
The text was updated successfully, but these errors were encountered: