tari-project / rfcs

RFC documents for the Tari protocol
3 stars 17 forks source link

feat: rfc-1103 tari universe communication with provider #135

Open MCozhusheck opened 7 months ago

MCozhusheck commented 7 months ago

This RFC description how communication between tapplet and wallet daemon could look like in Tari Universe.

Communication between web app and wallet daemon normally requires webRTC connection. In out case this not necessary as both wallet daemon and tapplet are on same host machine. This requires another way of communication between tapplet and wallet daemon.

MCozhusheck commented 6 months ago

Im not sure about Metamask snap provider but weksocket and Tari Universe provider are similar but there are some major differences. The websocket must first obtain webRTC connection while the other doesn't.