Skip to content

luckychain/lucky

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lucky-js

Build guide

This library has the following system dependencies:

After installing the aforementioned system dependencies, install the node dependencies in the root of this repository:

$ npm install

Start

Initialize IPFS the first time:

$ ipfs init

Start the IPFS daemon:

$ ulimit -n 2048
$ ipfs daemon

For debugging logs, set your environment variable DEBUG=true.

$ export DEBUG=true

Lastly, start the application:

$ npm start

Open the web interface at http://localhost:8000.

Development

If you wish to develop on your own blockchain, go into storage/id and change the blockchain id. This is IPFS point of reference for discovering all peers for a blockchain.

Releases

No releases published

Packages

No packages published

Languages