A wallet signed LORA radio chat with optional ENS resolution
The project extends the existing chat systems of Meshtastic networks built upon LORA radios. The additions are:
Since I cant bring LORA radios and not get arrested at the airport I simulate a mesh network by just reading and writing to a folder. When a node connects we can create a wallet for it or they can provide theirs. When writing messages they are signed with the wallet private key and on receiving the signiture is verified. While being transmitted the message is encrypted with a symmetric key to allow safe transmitting thru the mesh. If an ENS record can be resolved to the wallet its displayed when the message is received. If the device is offline the resolution can be done thru cache.

