-
I have seen the possibility of getting snaps to communicate with each other (https://docs.metamask.io/snaps/reference/exports/#onrpcrequest), but can't work out how to actually implement this functionality. I would greatly appreciate any help or guidance :) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 8 replies
-
There are no good examples for this because the UX doesn't really support this yet. The way it has to be done is the user has to install both Snaps, then the caller Snap has to "connect" to the responder Snap. And |
Beta Was this translation helpful? Give feedback.
There are no good examples for this because the UX doesn't really support this yet. The way it has to be done is the user has to install both Snaps, then the caller Snap has to "connect" to the responder Snap. And
endowment:rpc
has to have thesnaps
caveat set totrue
.