Tutorials

To become both familiar and fully conversant with the Lisk SDK, a step-by-step walk through guide is provided that simplifies the process of developing a proof of concept blockchain application.

Name Estimated time required Complexity Content

Hello World

~1 h

Beginner

Learn how to:

  • …​initially set up the Lisk SDK and start the network.

  • …​develop a new transaction type and how to register it with the application.

  • …​create a sendable transaction object of the new type, and broadcast it to the network.

Transport

~3 h

Intermediate

Learn how to:

  • …​connect an IoT device with the network.

  • …​implement a simple trust system.

  • …​cache multiple accounts in prepare().

  • …​lock and unlock funds in an account.

  • …​connect more nodes to the network.

  • …​replace the genesis delegates with real delegates.

  • …​publish the application.

  • …​test the undoAsset() function of a custom transaction type.