Skip to content

Commit 5282fc7

Browse files
committed
remove/replace Snaps Simulator
1 parent b56c669 commit 5282fc7

File tree

3 files changed

+2
-8
lines changed

3 files changed

+2
-8
lines changed

snaps/how-to/publish-a-snap.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,8 @@ After publishing the Snap, any dapp can connect to the Snap by using the Snap ID
2525
:::caution
2626
If you are using the Snap monorepo project generated in the [quickstart](../get-started/quickstart.md),
2727
make sure to only publish the Snap package in `/packages/snap`.
28-
You can use the [Snaps Simulator](https://metamask.github.io/snaps/snaps-simulator/staging/#/manifest) to verify
29-
that your Snap was published correctly — just select **localhost** in the top right corner and change the
30-
Snap location to **npm** and the ID of your Snap.
28+
You can use the [Snaps sandbox](test-a-snap.md#test-in-the-sandbox) to verify
29+
that your Snap was published correctly: in the sandbox settings, disable **Use current Snap ID** and specify the npm ID of your Snap.
3130

3231
Also, make sure to update the manifest file, icon file, and README to differentiate your Snap from the template.
3332
:::

snaps/learn/best-practices/security-guidelines.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ The following are guidelines for [managing permissions](../../how-to/request-per
1515
- **Minimum permissions** - Follow the principle of least authority by only adding the minimum
1616
permissions needed by your Snap in the manifest file.
1717
Before publishing your Snap, check the permissions again and remove any unused permissions.
18-
You can validate your permissions using the [Snaps Simulator Manifest
19-
Validator](https://metamask.github.io/snaps/snaps-simulator/staging/#/manifest).
2018

2119
- **Minimum RPC access** - When adding the [`endowment:rpc`](../../reference/permissions.md#endowmentrpc)
2220
permission for Snaps or dapps, ask yourself if both are necessary.

snaps/learn/resources.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,6 @@ View the following Snaps resources in addition to this documentation site.
5252
- [`snaps-jest`](https://www.npmjs.com/package/@metamask/snaps-jest) - A Jest preset for end-to-end
5353
testing MetaMask Snaps, including a Jest environment, and a set of Jest matchers.
5454
See [how to test a Snap](../how-to/test-a-snap.md) using `snaps-jest`.
55-
- [Snaps Simulator](https://metamask.github.io/snaps/snaps-simulator/latest) - A tool for simulating
56-
Snaps in the browser, streamlining the development process. It doesn't support all Snaps features
57-
but can be useful for testing certain features.
5855
- [Snapper](https://github.com/sayfer-io/Snapper) - A tool for detecting security vulnerabilities,
5956
identifying potential issues, and ensuring best coding practices in your Snap.
6057
- [MetaMask Testing Tools](https://hugomrdias.github.io/metamask/) - A collection of tools for

0 commit comments

Comments
 (0)