cypherpunk2023-multiverse-snap
v0.1.22
Published
The 'Hello, world!' of MetaMask Snaps, now written in TypeScript.
Downloads
29
Readme
TypeScript Example Snap
This Snap demonstrates how to develop a Snap with TypeScript.
Notes
- Babel is used for transpiling TypeScript to JavaScript, so when building with the CLI,
transpilationMode
must be set tolocalOnly
(default) orlocalAndDeps
.