1.0.2 • Published 3 years ago

transaction-analyzer v1.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

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 or write to me at itsarjn@gmail.com.

All type of suggestions, feedbacks, criticisms, PRs are welcome.

Made with ❤️ in India.

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago