Skip to content

Cash book is a distributed two column ledger which can be hosted on local peer to peer digital devices which are interconnected with block chain cartographic backbone protocol.

Notifications You must be signed in to change notification settings

noahwalugembe/Cashbook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

cashbook_blockchain

https://github.com/noahwalugembe/Cashbook.git Developing a blockchain application from scratch in Python

Instructions to run

Start a blockchain node server,

>>> python cashbook_server.py

Run our application,

>>> python run_app.py

The application should be up and running at http://localhost:5000.

Here are a few screenshots

  1. Posting some content

  2. Requesting the node to mine

  3. Resyncing with the chain for updated data

To play around by spinning off multiple custom nodes, use the add_nodes/ endpoint to register a new node. To update the node with which the application syncs, change CONNECTED_NODE_ADDRESS field in the views.py file.

About

Cash book is a distributed two column ledger which can be hosted on local peer to peer digital devices which are interconnected with block chain cartographic backbone protocol.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published