waldrupm / PrivateChain

Simple functioning blockchain written in Node.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Private Blockchain Application

Testing Screenshots Below

  1. Request Genesis block Request: http://localhost:8000/block/0
  2. Make your first request of ownership sending your wallet address: Request: http://localhost:8000/requestValidation
  3. Sign the message with your Wallet: Use the Wallet to sign a message
  4. Submit your Star Request: http://localhost:8000/submitstar
  5. Retrieve Stars owned by me Request: http://localhost:8000/blocks/<WALLET_ADDRESS>

About

Simple functioning blockchain written in Node.js


Languages

Language:JavaScript 100.0%