python_blockchain_app icon indicating copy to clipboard operation
python_blockchain_app copied to clipboard

A fully functional blockchain application implemented in Python from scratch (with tutorial).

Results 21 python_blockchain_app issues
Sort by recently updated
recently updated
newest added

In using litecore, I notice the ledger population pickups at the same place where left off if a node is shutdown. This indicates a flat storage of the ledger. Have...

enhancement
hacktoberfest

Hi there, I love this project... I received a typeerror message on the :5000 instance. This was resolved by replacing chain = json.loads(response.content) with chain = json.loads(response.content.decode('utf-8')) in the '/app/view.py'...

bug
hacktoberfest
easy-fix

Fix: timestamp is not included when calculate genesis block (#59). Done: Automatically create blockchain file when "chain_file_name" is specified but the file does not exist.

Hi, I have cloned the project and run the server from a Visual Studio terminal and the application from the command window. When I open the web application the requests...

It would be somewhat neat/cool/cute if the RESTful API were documented using OpenAPI. Then you could programmatically generate API documentation and clients in various programming languages. You could also leverage...

in node_server.py at line#39 when genesis block is generated timestamp is not included (included as '0') so every genesis block has the same hash

NameError: name 'app' is not defined