Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 1.16 KB

README.md

File metadata and controls

32 lines (21 loc) · 1.16 KB

Project: Private Block Chain Application

Author: Phillip Young

The screen shots below illustrate successful execution of the private block chain application, for registration of star ownership on the bitcoin network.

  1. Launch the application, from the terminal (inside Visual Studio Code) Launch the app

  2. Request block at height 0, to test creation of the genesis block GET block/height/0

  3. Request creation of a message that can be signed POST requestValidation

  4. Sign the message with an Electrum wallet Sign Message

  5. Submit the star data, along with the signed message, within 5 minutes POST submitstar

  6. Get blocks visible to the wallet address GET blocks/{address}

  7. Get blocks visible at height 1 GET block/height/1

  8. Get the block using it's hash GET block/hash/{hash}

  9. Get validateChain, to force validation and return the result GET validateChain