Skip to content

bhuwang279/private-blockchain-udacity

Repository files navigation

Private Blockchain Application

How to test your application functionalities?

  1. Run your application using the command node app.js You should see in your terminal a message indicating that the server is listening in port 8000:

    Server Listening for port: 8000

  2. To make sure your application is working fine and it creates the Genesis Block you can use POSTMAN to request the Genesis block: Request: http://localhost:8000/block/0

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

  4. Sign the message with your Wallet: Use the Wallet to sign a message

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

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

  7. Validate chain Request: http://localhost:8000/validatechain

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published