Is /wallet/send /wallet/pushtx and wallet/* implemented somewhere? I'm unable to locate the server code that handles these POST requests. Thanks Graz
edit with reply from Grazcoin:
Graz I'm then wondering, is there no reason to run server.py? Which .py file handles GET requests then?
it is just a normal web server like apache, only better for high performance, especially for static files like in masterchain.info case, as I am already preparing for the slashdot effect
server.py is removed from the repository. It is not even good enough for local development setup.