mirror of
https://github.com/status-im/status-go.git
synced 2025-02-22 03:38:27 +00:00
In desktop when a community is created the share url looks like : https://join.status.im/c/zQ3shTAten2v9CwyQD1Kc7VXAqNPDcHZAMsfbLHCZEx6nFqk9 where zQ3shTAten2v9CwyQD1Kc7VXAqNPDcHZAMsfbLHCZEx6nFqk9 is the serialised key which desktop uses. In mobile when a community is created the share url looks like : https://join.status.im/c/0x025596a7ff87da36860a84b0908191ce60a504afc94aac93c1abd774f182967ce6 where 0x025596a7ff87da36860a84b0908191ce60a504afc94aac93c1abd774f182967ce6 is the non serialised key (but compressed) key which mobile uses. The goal of this PR is to give mobile the ability to go from zQ3shTAten2v9CwyQD1Kc7VXAqNPDcHZAMsfbLHCZEx6nFqk9 to 0x025596a7ff87da36860a84b0908191ce60a504afc94aac93c1abd774f182967ce6
Status bindings for go-ethereum
Docs
- How to Build
- How to Contribute
- How to Release
- How to run a Bootnode
- How to run a Mailserver
- How to run a Waku node
- How to configure status-go
License
Description
Languages
Go
98.4%
Python
0.9%
Shell
0.4%
Makefile
0.1%
Groovy
0.1%