0.1.0 • Published 6 months ago

@s4rv4d/delegate_snap_poc v0.1.0

Weekly downloads
-
License
MIT-0
Repository
github
Last release
6 months ago

TypeScript Example Snap

This snap demonstrates how to develop a snap with TypeScript. It is a simple snap that displays a confirmation dialog when the hello JSON-RPC method is called.

Testing

The snap comes with some basic tests, to demonstrate how to write tests for snaps. To test the snap, run yarn test in this directory. This will use @metamask/snaps-jest to run the tests in src/index.test.ts.