Registry / other / grin-store

grin-store

JSON →
library5.4.0rscratesunverified

Simple, private and scalable cryptocurrency implementation based on Mimblewimble chain format.

# Cargo.toml [dependencies] grin_store = "5.4.0"
INSTALL
IMPORT
SIG · GRIN-STORE
G
grin-store
otherrustv5.4.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Store
use grin_store::Store;

Initialize a new Grin store for blockchain data.

use grin_store::Store; fn main() { let store = Store::new("/tmp/grin_db").unwrap(); println!("Store initialized"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
5.4.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Meta
1
Resources
grin-store — cargo add grin-store · libregistry