diff --git a/doc/cesium-dunikey-800.png b/doc/cesium-dunikey-800.png new file mode 100644 index 0000000..26354b1 Binary files /dev/null and b/doc/cesium-dunikey-800.png differ diff --git a/doc/cesium-other-methods-800.png b/doc/cesium-other-methods-800.png new file mode 100644 index 0000000..bea116d Binary files /dev/null and b/doc/cesium-other-methods-800.png differ diff --git a/readme.md b/readme.md index 847f9b2..64df3dd 100644 --- a/readme.md +++ b/readme.md @@ -39,7 +39,22 @@ An other way to spend your Ğ1 is use it with this micro-donation system. ## An SSB user sent you Ğ1? Here is how to claim it: - +First, you need to get your Duniter secret key from your SSB secret key. + +``` +chmod +x secret2dunikey.sh +./secret2dunikey.sh +``` + +Then, all you need to do is connect to a Duniter client, like [Cesium](https://cesium.app/), using the generated ~/.ssb/secret.dunikey + +On Cesium homescreen, click "**Other methods**" and choose "**Keychain file**" : + +![SSB/Ğ1 like logo](https://git.p2p.legal/axiom-team/ssb-g1like/raw/dev-boris/doc/cesium-other-method-800.png) + +Then, browse your filesystem to select your Duniter secret key stored in ~/.ssb/secret.dunikey : + +![SSB/Ğ1 like logo](https://git.p2p.legal/axiom-team/ssb-g1like/raw/dev-boris/doc/cesium-dunikey-800.png) diff --git a/secret2dunikey.sh b/secret2dunikey.sh old mode 100644 new mode 100755