Skip to content

sidechain-solutions/lisk-inviter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lisk Inviter - Core

The Lisk Inviter client repository and documentation can be found here.

Prerequisites

First install the dependencies as detailed in the Lisk SDK documentation.

  • Node.js
  • PostgreSQL
  • Python
  • pm2 (recommended)

Installation

git clone https://github.com/sidechain-solutions/lisk-inviter
cd lisk-inviter
npm install

Run

Run the node and view logs: node index.js | npx bunyan -o short

Run the node as a background service:

Register name pm2 start --name lisk-inviter index.js

To start and stop the process:

pm2 start lisk-inviter
pm2 stop lisk-inviter

If you want the node to automatically start on (re)boot, execute the command that is generated by running:

pm2 save
pm2 startup

About

⚙️ Blockchain ticketing system created using Lisk Alpha SDK

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published