satwikkansal / python_blockchain_app

A fully functional blockchain application implemented in Python from scratch (with tutorial).
819 stars 471 forks source link

Containerise this - one container for the frontend view layer, one fo… #63

Closed developer79433 closed 1 year ago

developer79433 commented 1 year ago

…r the backends nodes, and a compose file that starts one frontend and three backends.

See #62

satwikkansal commented 1 year ago

@developer79433 This is awesome, thanks for doing it!

Do you also mind adding instructions to run it in the Readme? :)

developer79433 commented 1 year ago

Sure, will add instructions in a later PR.