leptin

πŸ”— Leptin is a PoW blockchain completely built in Nodejs.

View the Project on GitHub amazingandyyy/leptin

Leptin πŸ”—

A cryptocurrency completely built in Nodejs.

This is a continuing project based on blockchain-in-node.

Why another repo?

Because blockchain is different from crypto!

This is a lovely demo for

Run it on your machine

$ git clone https://github.com/amazingandyyy/leptin.git
$ npm i
$ npm run dev
// you will have
$ [socket]         listening on 5001
$ [server]         listening on 3001

<!-- example to run more nodes -->
$ HTTP_PORT=3002 P2P_PORT=5002 PEERS=ws://localhost:5001 npm run dev
$ HTTP_PORT=3003 P2P_PORT=5003 PEERS=ws://localhost:5002,ws://localhost:5003 npm run dev

Author

amazingandyyy (Andy Chen)

Resources

Standard

JavaScript Style Guide

Airbnb Javascript Style Guide