0.1.2 • Published 2 years ago
zk-nullifier-snap v0.1.2
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
. - For the global
wallet
type to work, you have to add the following to yourtsconfig.json
:{ "files": ["./node_modules/@metamask/snap-types/global.d.ts"] }