An open API service indexing awesome lists of open source software.

https://github.com/kensyone/block-tx-checker


https://github.com/kensyone/block-tx-checker

block ethers getblock getfailedtransactionsinblock gettransactionreceipt

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Blockchain Transaction Checker

A tool to check for failed transactions in a specific block on the Taraxa network.

## Installation

1. Clone the repository:
```bash
git clone https://github.com/your-username/blockchain-tx-checker.git
```
2. Install dependencies:
```bash
npm install
```

## Usage

Run the script:
```bash
node index.js
```

## License

This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.