MakoLab / NBlockchain

Generic implementation of the Blockchain agent in .NET
https://www.linkedin.com/pulse/iot-context-blockchain-main-technology-features-mariusz-postol/
MIT License
3 stars 2 forks source link

NBlockchain

This repository contains start-up implementation of the Blockchain node. First approach of this implementation has been inspired by the code naivechain.

The blockchain is recognized as a technology aimed at managing a cryptocurrency and solving the double spending problem. In principle the technology offers creation-to-end protection of financial transactions where a transaction is frozen after having been accepted by a community, i.e. it is made available by a peer-to-peer network in a context, which makes it read only over its entire life-cycle. It is designed to defeat any attempts at modifying because no party including the originator can change the data being maintained by the network of nodes.

It makes this technology a perfect option to publish and protect any irrevocable information, e.g. identifiers, financial reports, insurances, certificates, privileges, licenses, tax forms, etc.

This implementation addresses the requirement to use blockchain as universal data store.

This project is a prototyping workspace to build a generic data store solution on top of the blockchain technology.

Description of the blockchain technology main technology features and how to use it to permanently store identifiers is covered by the article:

IoT in the Context of Blockchain Main Technology Features

In this article the following main parts have been distinguished:

To develope the application the following design decision has been made:

Acknowledgement:

The work is realized as part of a project co-funded by the National Center for Research and Development (POIR.01.01.01-00-0982/16).