0.1.2 • Published 1 year ago

pocketuniverse-snap v0.1.2

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
1 year ago

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 to localOnly (default) or localAndDeps.
  • For the global wallet type to work, you have to add the following to your tsconfig.json:
    {
      "files": ["./node_modules/@metamask/snap-types/global.d.ts"]
    }
0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago