/Blockchain

:panda_face: Crypto Panda - The Test Blockchain System

Primary LanguageJavaScript

Crypto Panda

Build Status

Install:

npm install

Run server:

npm run dev

Run server with custom ports

HTTP_PORT=3002 P2P_PORT=5002 PEERS=ws://localhost:5001 npm run dev