Private Blockchain Application

I use Bitcoin Signature Tool to sign the message.

Test your App functionality

Use 'POSTMAN' or similar service to test your blockchains endpoints and send screenshots of each call

  • must use a GET call to request the Genesis block 1- GET Genesis Block By Height 2- GET Genesis Block By Hash
  • must use a POST call to requestValidation 3- POST Request Validation
  • must sign message with your wallet 4- Use BTC Wallet Address To Sign Message
  • must submit your Star 5.1- POST Submit Star 1 5.2- POST Submit Star 2 5.3- POST Submit Star 3
  • must use GET call to retrieve starts owned by a particular address 6- GET All Stars By Wallet Address