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
# in-memory LocalBroker

Example of LocalBroker configured with in-memory (no persistence).

run with:

```
cargo run -p nextgraph -r --example in_memory
```

we assume that you run this command from the root of the git repo (nextgraph-rs)

the `-r` for release version is important, without it, the creation and opening of the wallet will take ages.