snaps icon indicating copy to clipboard operation
snaps copied to clipboard

Install multiple snaps at once

Open Mrtenz opened this issue 2 years ago • 2 comments

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.

Mrtenz avatar Jun 17 '23 07:06 Mrtenz

From refinement: This would be needed in the future when we have snaps dependencies or keyring snaps, for examples.

kenhkan avatar Jul 27 '23 13:07 kenhkan

Form refinement:

  • We can implement this for Node.js only, pending PR: https://github.com/MetaMask/snaps/pull/1982

kenhkan avatar Nov 30 '23 15:11 kenhkan