nextgraph 0.1.1-alpha.2

NextGraph client library. Nextgraph is a decentralized, secure and local-first web 3.0 ecosystem based on Semantic Web and CRDTs
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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:

- [in_memory]in_memory.md
- [persistent]persistent.md
- [open]open.md