snaps
snaps copied to clipboard
Install multiple snaps at once
A big limitation in the Snaps Simulator right now is that you can only install one snap at a time. This becomes an issue when you want to test snaps that call other snaps (through wallet_invokeSnap), but running multiple snaps could also be useful if you're developing multiple snaps at a time, for example.
From refinement: This would be needed in the future when we have snaps dependencies or keyring snaps, for examples.
Form refinement:
- We can implement this for Node.js only, pending PR: https://github.com/MetaMask/snaps/pull/1982