I did my smith membership request using Ǧcli. It is on block 2,506,488.
# gcli command I used
$ gcli --network local --secret "xxx yyy zzz" smith request gdev.trentesaux.fr
transaction submitted to the network, waiting 6 seconds...
MembershipRequested(7238)
The option --network local
tells Ğcli to connect to a local Duniter node, in this case a ssh bridge to my validator node with unsafe RPC unabled (for rotate keys).
# ssh bridge
ssh -NL 9944:localhost:9944 gdev.trentesaux.fr
As soon as we add the indexing of smith membership requests to the indexer, we will be able to track them in @guenoel’s monitoring tool gecko_web, and even to submit smith certs directly in this app using polkadotjs extension. (for the moment, you can see my old identity index 2457 which is hardcoded, but this is a bug of Ğdev, see ĞDev -- j'ai perdu mon identité and Sanity tests - #6 by HugoTrentesaux).
So please @smiths-GDev can you certify me? (identity number 7238)
The gcli command is:
# gcli command to certify
gcli --network gdev --secret "your secret phrase" smith cert 7238
# if I run this, I get `CannotCertifySelf`
But at the moment gcli is not released, so use polkadotjs app instead: