Skip to content
This repository has been archived by the owner on Jun 19, 2020. It is now read-only.

🔩 Example proof of concept blockchain applications built using the Lisk software development kit

Notifications You must be signed in to change notification settings

S65-2-project/lisk-sdk-examples

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lisk SDK examples

This project contains example blockchain applications using the latest Lisk SDK. Each example project represents an industry use case in which we showcase the potential of the Lisk SDK and how it can transform this industry.

Currently, we have two projects ready:

  • Hello world (beginner example)
  • Lisk Transport (Supply chain industry use case)

All industry use cases will be kept up to date with the latest Lisk SDK release. Also, you'll find an /archive folder that contains older examples referring to previous Lisk SDK releases. At the moment, the /archive folder contains examples for Lisk SDK version 2.x.

Originally, the Lisk Transport workshop has been designed for the Lisk.js 2019 event. The project represents a flow where a carrier can sign up to pick up a packet and deliver it to the right person in a decentralized way. A custom transaction helps with locking the fee for the drive and a warranty in case the package gets damaged or lost. During the whole transport cycle, the packet is tracked and it can fire alarms that get saved on the blockchain.

In addition, anyone can become a carrier. For example, you can pick up a packet that has its destination on your daily commute and earn a small reward for this.

A hello world application of the Lisk SDK. Guides through the basic flow of using Lisk SDK. By creating a new custom transaction with no practical use case, you can get an idea of why and how to implement the required methods of the custom transaction interface.

About

🔩 Example proof of concept blockchain applications built using the Lisk software development kit

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 83.8%
  • HTML 8.0%
  • CSS 7.0%
  • Dockerfile 1.1%
  • Shell 0.1%