Skip to content

JesusTheHun/lisk-bootstrap

Repository files navigation

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.

About

Get started with Lisk blockchain development

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published