Package Exports
- riff-snap
- riff-snap/src/index.ts
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (riff-snap) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Riff Metamask Snap
This Snap help you to determine if the transaction you are going through with is safe or not by providing you analytics about the smart contract you are transacting with.
Notes
To use this snap you need to install https://metamask.io/flask/ MetaMask Flask: an experimental playground for developers, where new or proposed features can be rolled out and tested before deploying them to the broader public.
The first feature being rolled out in the Flask environment is the much-anticipated MetaMask Snaps.
Snaps is a way to make MetaMask more extensible for developers, giving them the opportunity to build specifically what they need for their Dapp.
Analytics
Analytic | Description |
---|---|
Total Txns | Shows the number of total txns on this contract |
Is Contract Verified ? | Shows if contract is verified on etherscan |
Explanation | Explaination of what this transaction actually does fetched using an LLM and verified contract code |
Safety Tag | Safety Tag determined by Riff |
Top transactors | Shows the top 10 addresses transacting on this contract/account |
Function Distribution | Shows the number of times each function on this contract was called (subject to decoded signature availability) |
Method Distribution | Shows the number of times each function was called identified by function signature hash |