Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 872 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 872 Bytes

Lisk Bootstrap

A simple straight forward setup for developing a Lisk Blockchain.

Get started

We use nvm and Docker Compose. If you don't have them installed yet, it is time.

Select the correct version of NodeJS

nvm use # Will use the NodeJS version defined in .nvmrc
npm i
sh reset-docker-compose.sh # This will destroy the database and restart the blockchain, we can use it get started too

When you want to reboot your blockchain to take into account your modification, you can run

sh reboot-blockchain.sh

Notes

The ports of Posgres are exposed to allow connection from a development tool. It is not required to run the blockchain, and of course it is strongly recommended to disable it if you expose you server to the outside.