masterx9413
Blockchain Network using C#/ASP.NET/.NET
Blockchain for long term record-keeping without possibility of record manipulation by anyone, including superparty /admin. It'll serve as a persistent and distributed datastore beyond the centralised database which shall hold data for period before committing it to irreversible and unmodifiable state.
16 replies
Blockchain Network using C#/ASP.NET/.NET
I built one such network for vehicle lifecycle management... manufacture to dismantle stages... during that learned that it is a massive undertaking to implement eeeeeeverythinggggg yourself, so looking for help!
16 replies
Blockchain Network using C#/ASP.NET/.NET
Architecturally, imagine it to be a collection of interacting nodes wherein each node application that runs on a client system, gets itself registered on the the network of other nodes, gets discovered, maintains network connections, broadcast / receives transactions from other nodes, syncs the internal database with global blockchain ledger, and communicates / participate in various network events. It may communicate over TCP/IP using an appropriate communication protocol, and allows for listening (as a sub-pub model) to broadcasted network events etc.. Hope that gives some idea, if not then think about the way P2P torrent network works, something similar..
16 replies