tezos-metamask-snap
v1.0.6
Published
Tezos Wallet for MetaMask
Readme
Tezos MetaMask 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,
transpilationModemust be set tolocalOnly(default) orlocalAndDeps. - For the global
wallettype to work, you have to add the following to yourtsconfig.json:{ "files": ["./node_modules/@metamask/snaps-types/global.d.ts"] }
