Rust implementation of NextGraph, a Decentralized and local-first web 3.0 ecosystem https://nextgraph.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
nextgraph-rs/sdk/rust/examples
Niko PLP b3489c1dac moving things around 6 days ago
..
README.md moving things around 6 days ago
in_memory.md moving things around 6 days ago
in_memory.rs moving things around 6 days ago
open.md moving things around 6 days ago
open.rs moving things around 6 days ago
persistent.md moving things around 6 days ago
persistent.rs moving things around 6 days ago
sparql_update.rs moving things around 6 days ago
wallet-security-image-demo.png moving things around 6 days ago
wallet-security-image-white.png moving things around 6 days ago

README.md

Examples

Some examples of using nextgraph client library

run them with:

cargo run -p nextgraph --example in_memory
cargo run -p nextgraph --example persistent
cargo run -p nextgraph --example open

See the code: