Skip to content

journalshq/journals-core

Repository files navigation

Getting Started with Lisk Blockchain Client

This project was bootstrapped with Lisk SDK

Start a node

./bin/run start

Add a new module

lisk generate:module ModuleName ModuleID
// Example
lisk generate:module token 1

Add a new asset

lisk generate:asset ModuleName AssetName AssetID
// Example
lisk generate:asset token transfer 1

Add a new plugin

lisk generate:plugin PluginAlias
// Example
lisk generate:plugin httpAPI

Learn More

You can learn more in the documentation.