masterx9413
masterx9413
CC#
Created by masterx9413 on 12/16/2023 in #help
Blockchain Network using C#/ASP.NET/.NET
What do you recommend
16 replies
CC#
Created by masterx9413 on 12/16/2023 in #help
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
CC#
Created by masterx9413 on 12/16/2023 in #help
Blockchain Network using C#/ASP.NET/.NET
Yes, there would be a super party myself, and limited number of trusted parties who can participate / transact, and lot many end users with read only view access.
16 replies
CC#
Created by masterx9413 on 12/16/2023 in #help
Blockchain Network using C#/ASP.NET/.NET
Been exploring Stratis and Neo for the use-case..
16 replies
CC#
Created by masterx9413 on 12/16/2023 in #help
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
CC#
Created by masterx9413 on 12/16/2023 in #help
Blockchain Network using C#/ASP.NET/.NET
Plus the requirements that I mentioned in original post.
16 replies
CC#
Created by masterx9413 on 12/16/2023 in #help
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