Skip to content
This repository has been archived by the owner on Nov 2, 2020. It is now read-only.
/ lisk-modular Public archive

📟 A blueprint for the new Lisk Core application architecture

Notifications You must be signed in to change notification settings

LiskArchive/lisk-modular

Repository files navigation

Lisk

The purpose of the repo is to create a blue-print/prototype of the concept of modular verison of the lisk core.

Directories

  • Directory packages are backbone of the lisk.
  • Directory modules are individual puzzle pieces of the lisk.
  • Directory components are the generator packages to generate shared components for modules.

Interface List

Please see the list of actions and events supported by each module.

Development Setup

git clone git@github.com:LiskHQ/lisk-modular.git
cd lisk-modular
npm install
npm install -g bunyan
npx lerna bootstrap --hoist
node packages/lisk-core/bin/liskctrl start | bunyan -o short

About

📟 A blueprint for the new Lisk Core application architecture

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published