naom

Crates.ionaom
lib.rsnaom
version1.4.0
sourcesrc
created_at2023-04-05 13:49:28.617809
updated_at2023-07-19 10:21:54.38215
descriptionNAOM is a distributed blockchain store with a dual double entry (DDE) data structure.
homepagehttps://zenotta.io
repositoryhttps://github.com/Zenotta/NAOM
max_upload_size
id831088
size904,928
Byron (BHouwens)

documentation

README


Logo

Notarised Append Only Memory (NAOM)

Pipeline Status Cargo Crates Version

The OG dual double entry blockchain

Official documentation »

The NAOM repo contains all the code needed to set up and interact with a local instance of the Zenotta blockchain.

简体中文 | Español | عربي | Deutsch | Français

..

Getting Started

Running NAOM assumes you have Rust installed and are using a Unix system. You can clone this repo and run the Makefile to set everything up for a development environment:

make
cargo build
cargo test

..

Use

NAOM can be added to your project as a dependency by adding the following to your Cargo.toml file:

[dependencies]
naom = "0.1.0"

Or alternatively, via command line:

cargo add naom

Running cargo run --bin main from a repo clone will currently list all assets on the local instance. NAOM is not generally intended to be used directly though, and is instead intended to be used from other programs that require access to the blockchain data structure.

..

References

Commit count: 573

cargo fmt