Cybersecurity-LINKS / purity

Library to structure, navigate and consume data from/to the IOTA Tangle based on Stardust protocol. Compatible with SHIMMER network.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Purity

The Purity Library aims to structure, navigate and consume data from/to the IOTA Tangle based on Stardust protocol. It aims to offer abstractions for permanently storing data on the IOTA Tangle.

Introduction

Documentation

WIP

Prerequisites

Rust and Cargo are required.

Usage

To use the library, add this to your Cargo.toml:

[dependencies]
purity = { git = "https://github.com/Cybersecurity-LINKS/purity.git" }

$env:RUST_LOG = "debug" cargo run --example write

About

Library to structure, navigate and consume data from/to the IOTA Tangle based on Stardust protocol. Compatible with SHIMMER network.

License:Apache License 2.0


Languages

Language:Rust 100.0%