Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

MCozhusheck
Copy link
Collaborator

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 MCozhusheck changed the title Tari Universe communication with provider feat: rfc-1103 tari universe communication with provider Mar 22, 2024
@MCozhusheck MCozhusheck force-pushed the rfc-communication-with-provider branch from c93a081 to d7cd58a Compare April 10, 2024 07:36
Copy link
Collaborator

@stringhandler stringhandler left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is already a client JS library for interacting via websockets and Tari's Metamask Snap (https://github.com/tari-project/tari.js). Is there a way the developer can include a single library that works with all three?

@MCozhusheck
Copy link
Collaborator Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants