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
# persistent LocalBroker

Example of LocalBroker configured with persistence to disk

run with:

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

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.