https://github.com/arjun-r34/transaction-analyzer
This SDK can be used to break down highly complex and unreadable EVM chain transactions to human readable ones.
https://github.com/arjun-r34/transaction-analyzer
Last synced: about 1 year ago
JSON representation
This SDK can be used to break down highly complex and unreadable EVM chain transactions to human readable ones.
- Host: GitHub
- URL: https://github.com/arjun-r34/transaction-analyzer
- Owner: ARJUN-R34
- Created: 2022-05-29T13:19:46.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-05-29T14:26:27.000Z (about 4 years ago)
- Last Synced: 2025-03-18T16:58:18.820Z (about 1 year ago)
- Language: JavaScript
- Size: 44.9 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# **Transactions Analyzer**
Transactions Analyzer SDK
## **Installation and Usage**
> Installation
Install the package by running the command,
`npm install transaction-analyzer`
Import the package into your project using,
`const txAnalyse = require('transaction-analyzer');`
## **How to use**
Analyze Transactions
`const output = await txAnalyse(transactionHash, rpcUrl)`
* `transactionHash` - The transaction hash for the transaction to be analyzed.
* `rpcUrl` - RPC URL of the chain of the transaction hash passed.
## **WIP**
**This is a work in progress**
Want to contribute ?
Please raise an issue [here](https://github.com/ARJUN-R34/transaction-analyzer/issues) or write to me at itsarjn@gmail.com.
All type of suggestions, feedbacks, criticisms, PRs are welcome.
Made with ❤️ in India.