MetaMask / snaps

Extend the functionality of MetaMask using Snaps
https://metamask.io/snaps/
Other
731 stars 558 forks source link

Update SIP-20 for Accounts requirements #2728

Open ajeetd opened 2 months ago

david0xd commented 1 month ago

Given that Snap is not meant to be directly communicating with WebSocket server, it is the responsibility of our internal controllers to maintain the reliability of the connections and messaging process (e.g. ensure reliable way of message delivery to the Snap or WebSocket server).

Here are some potential concerns and requirements to be discussed before building this feature.