headset_mic

~ BTC

Exchanged

~ XCR

Exchanged

~

Participants
Simple · Fast · Secure
Three steps to your own dapp on the Lisk network.
phonelink

Step 1

Code
cloud_upload

Step 2

Deploy
device_hub

Step 3

Use

Build Incredible Applications

Lisk decentralized applications can be built from the ground up in pure Javascript and take advantage of the powerful Lisk APIs. In addition, all dapps are running in their own sidechain to ensure that Lisk itself is safe. In the future all dapps will run in the Lisk VM to ensure they are safe to run on any node. Learn how to code dapps in our documentation section.

How to Code
// Decentralized Application ============

var sandbox = process.binding('sandbox');

sandbox.sendMessage({
    call: "dapps#receive",
    args: {body: "Hello Lisk!"}
});

sandbox.onMessage(function (msg, cb) {
    console.log("receive message from lisk", msg.body);
    cb();
});

// lisk ======================

var sandbox = new Sandbox("index.js", dappId, function (msg, cb) {
    console.log("receive message from dapp " + dappId, msg.body);
    cb();
}, true);

sandbox.sendMessage({body: "Hello dapp!"});

sandbox.run();

Easy, Rapid Deployment

The Lisk network allows for a multitude of storage options for your decentralized applications. Easily deploy your code in a .zip archive to services such as GitHub, or your own web server.

Once deployed you can then continue to register your dapp in the Lisk Dapp Store. Simply fill in the necessary fields like name, description, tags, the download link, and you are done.

How to deploy

Upload to one of the following services

Unlock the Power of Lisk

The Lisk network is a decentralized powerhouse. By utilizing our extensive user base, you can quickly find 3rd party nodes to execute your decentralized application through servers all over the world in a truly decentralized manner.

Combined with the Lisk Dapp Store and our global community network your dapp will quickly find its first users and can build out to conquer the world!

To the Dapp Store
  • Store your code on GitHub or your own web server.

    Store your code on GitHub or your own web server.
  • Utilize Lisk master nodes to secure your sidechain and execute the code.

    Utilize Lisk master nodes to secure your sidechain and execute the code.
  • Serve up a seamless experience to users like any other dapp.

    Serve up a seamless experience to users and monetize your dapp.
Lisk Dapps
chevron_left
chevron_right
Internet of Things

Our decentralized applications and custom blockchains (sidechains) are the best way to empower your IoT gadget or network. Thanks to our Multi-Platform support Lisk is the ideal dapp and sidechain network for you!

Internet of Things
Blockchain as a Service

You can power up a VPS on Azure, AWS, Google Cloud, Digital Ocean or Vultr and use Lisk as the Blockchain as a Service (BaaS) platform of your choice. Additionally you can use your Raspberry Pi to build a custom BaaS cluster from your home.

Blockchain as a Service
Multi-Platform Support

Lisk is a truly versatile platform. It runs on high performance VPS or on inexpensive, low-end ARM devices like a Raspberry Pi or Odroid. You can execute our client on Windows, Mac OS and Linux. Lisk is open source that means other platforms can be supported easily.

Multi-Platform Support
Our great Partnerships
  • ShapeShift
  • Chain of Things
  • Microsoft
Lisk Updates
Stay up to date by subscribing to our newsletter.

Decentralized Applications

Written in JavaScript. Running on Sidechains.
Try out Lisk Read More