Skip to content
Snippets Groups Projects
README.md 312 B
Newer Older
# 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
```