/LSDI_SN

This repository is for the storage node in the LSDI system. For more details about the LSDI system check the paper. https://ieeexplore.ieee.org/abstract/document/9334000/

Primary LanguageGo

LSDI (Storage Node)

LSDI (lightweight and scalable DAG based blockchain for verifying IoT data integrity).

Table of contents

  • Background
  • Usage
    • Prerequisites
    • Build

Background

This repository has a implementation of LSDI storage node. LSDI is a DAG based blockchain system inspired from IoTA to improve the scalabilty of using blockchain in IoT environments. To find more about the system please read https://ieeexplore.ieee.org/abstract/document/9334000/.

Usage

Prerequisites

Build

You can build the node by running :

go build storage.go

  • Detailed instructions to run the complete system is here