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
- Host: GitHub
- URL: https://github.com/kensyone/block-tx-checker
- Owner: kensyone
- License: mit
- Created: 2025-03-07T06:02:04.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-07T06:24:17.000Z (over 1 year ago)
- Last Synced: 2025-03-07T07:23:47.611Z (over 1 year ago)
- Topics: block, ethers, getblock, getfailedtransactionsinblock, gettransactionreceipt
- Language: JavaScript
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.