Skip to content
Snippets Groups Projects

update with duniter version of current gdev network

Merged Hugo Trentesaux requested to merge hugo-dev into master
Files
18
res/README.md 0 → 100644
+ 16
0
# Resources
## Graphql schema and queries for Duniter indexer
...
## Metadata
To update the scale-encoded Duniter metadata, spawn a node and run the subxt command.
```sh
# spawn a node listening on localhost:9944
duniter --dev
# fetch the metadata with subxt
subxt metadata -f bytes > res/metadata.scale
```
\ No newline at end of file
Loading