Skip to content

A simple private blockchain project developed to learn more about Bitcoin.

Notifications You must be signed in to change notification settings

dguess/simple-private-blockchain

Repository files navigation

Private Blockchain Application

This project was to build a simple private blockchain.

App running using POSTMAN

  1. Request the Genesis block: Request: http://localhost:8000/block/0

  2. Make first request of ownership sending your wallet address: Request: http://localhost:8000/requestValidation

  3. Sign the message using Electrum: Request: http://localhost:8000/requestValidation

  4. Submit your Star Request: http://localhost:8000/submitstar

  5. Retrieve Stars owned by me Request: http://localhost:8000/blocks/<WALLET_ADDRESS>

About

A simple private blockchain project developed to learn more about Bitcoin.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published