Skip to content
Snippets Groups Projects

add info on idty view

Merged Hugo Trentesaux requested to merge hugo-dev into master
7 files
+ 27286
90
Compare changes
  • Side-by-side
  • Inline
Files
7
+ 12
1
@@ -2,6 +2,15 @@
## Graphql schema and queries for Duniter indexer
Update the schema with:
```sh
# install graphql client cli
cargo install graphql_client_cli
# download schema from node
graphql-client introspect-schema https://subsquid.gdev.coinduf.eu/graphql --output ./res/indexer-schema.json
```
...
## Metadata
@@ -9,8 +18,10 @@
To update the scale-encoded Duniter metadata, spawn a node and run the subxt command.
```sh
# install subxt
cargo install subxt
# 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