sag-snap
v0.2.1
Published
Dump version for SAG snap
Downloads
2
Readme
SAG Example Snap
This snap demonstrates how to develop a snap with TypeScript. It is a simple snap that return wallet address & balance when JSON-RPC methods is called.
Notes
- Babel is used for transpiling TypeScript to JavaScript, so when building with
the CLI,
transpilationMode
must be set tolocalOnly
(default) orlocalAndDeps
.