You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**Job**: Execution task with Snap ID, streams, and JSON-RPC engine
201
-
-**Endowments**: APIs available in snap context
201
+
-**Endowments**: APIs available in Snap context
202
202
203
203
## Adding New Platform Features
204
204
205
205
When implementing a new Snaps Platform feature (e.g., a new permission, endowment, or RPC method), include:
206
206
207
-
1.**An example snap** in `packages/examples/packages/` demonstrating the feature
207
+
1.**An example Snap** in `packages/examples/packages/` demonstrating the feature
208
208
2.**A test-snaps UI** in `packages/test-snaps/` for manual testing with MetaMask
209
209
3.**Simulation support** in `snaps-simulation` and/or `snaps-jest` if needed for the example's E2E tests to pass
210
210
211
-
New RPC methods, permissions, or platform APIs often require corresponding mock implementations or handlers in the simulation layer before the example snap's tests can function correctly.
211
+
New RPC methods, permissions, or platform APIs often require corresponding mock implementations or handlers in the simulation layer before the example Snap's tests can function correctly.
0 commit comments