kadena-snap-dev
v0.0.12
Published
Metamask snap to manage your Kadena accounts and KDA.
Downloads
19
Readme
Kadena Snap
This is Kadena Snap, which is written in TypeScript. It leverages the state storage of Snaps to store the status of the DApp.
It provides various functions, including kda_signTransaction
, kda_deriveAccount
, kda_getActiveAccount
, and many more.
Testing
The Kadena Snap project includes several tests that cover the majority of its functions. To test the snap, navigate to this directory and run yarn test. This command will use @metamask/snaps-jest
to execute the tests found in src/index.test.ts.