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

https://github.com/notcoffee418/txrunner

Run blockchain transactions with metamask manually
https://github.com/notcoffee418/txrunner

Last synced: 6 months ago
JSON representation

Run blockchain transactions with metamask manually

Awesome Lists containing this project

README

          

# txrunner

txrunner is a very basic web application designed for manually running transactions using MetaMask or other web wallets.

## Usage

You can always access the application at [notcoffee418.github.io/txrunner](https://notcoffee418.github.io/txrunner/).

Before executing a transaction on the mainnet, it's recommended to build and simulate it using [Tenderly Simulation](https://dashboard.tenderly.co/simulate). The JSON input for the simulation is the same as what you'll use for the transaction.

## Features

- Approve tokens on any Ethereum-based network.
- Execute manual transactions on any Ethereum-based network.

## When Not to Use

If Tenderly introduces a feature to run simulated transactions directly, please open an issue so this repository can be archived and updated with the relevant information.

## Disclaimer

This application is primarily intended for use on testnets. While it also works on mainnets, exercise extreme caution when using it with real funds. I am not responsible for any lost funds or other damages caused by the use of this application. Transactions on the blockchain are irreversible, and errors can result in significant financial loss. Always double-check the transaction details before executing them. Ensure that you:

- Verify the recipient addresses.
- Confirm the token amounts.
- Validate the transaction fees.

Take your time to review every detail thoroughly. Rushed or careless actions can lead to mistakes and potentially substantial monetary losses. Use this application at your own risk.