Oui ! Je viens juste de livrer la version 0.10.0 du client ![]()
curl -X POST https://gdev.cgeek.fr \
-H 'Content-Type: application/json' \
--data '{"jsonrpc":"2.0","id":1,"method":"duniter_peerings","params":{}}'
{
"jsonrpc": "2.0",
"id": 1,
"result": {
"peerings": [
{
"peer_id": "12D3KooWGvtbSM9SXMTAukT9zQo26QWegPcvP7pRhPU4HxK151Sx",
"endpoints": [
{
"protocol": "rpc",
"address": "wss://gdev.cgeek.fr"
}
]
}
]
}
}