satwikkansal / python_blockchain_app

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

Can´t execute the Blockchain #49

Closed KS-Chain closed 3 years ago

KS-Chain commented 3 years ago

Hi there,

actually my problem is similar to this case: [https://github.com/satwikkansal/python_blockchain_app/issues/32]. I adapted all recommendations on this solution, but still facing some challenges...

If I want to execute the Blockchain, Pot http://127.0.0.1:8000/ opens:

image

If I want do enter some data, and klick on request to mine, I get Not found: image

This is how it looks on my terminal:

image

Honestly, I don´t find my mistake and I guess it might be a really tiny mistake - since am still very new in to programming...

Would be great, if someone could help me/give me a hint!

Thank you so much in advance for your help.

KS-Chain commented 3 years ago

Ok. I saw my mistake. For me it wasn´t clear that I have to run the run_app.py on CMD and the node_server.py on the vs code. So now it works...