Skip to content

An utility for re-sending bare transactions from one blockchain to another

License

Notifications You must be signed in to change notification settings

EvgeniiZaitsevCW/tx-resender

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tx Re-Sender

Description

An utility for re-sending bare transactions from one blockchain to another.

It doesn't check that re-sent transactions are minted successfully.

Steps to run locally

  1. Be sure you have NodeJS (at least version 14) and NPM (at least version 6.14) are installed by running:

    node --version
    npm --version
  2. Clone the repository to your machine and switch to the repository directory.

  3. Run the installation of dependencies:

    npm install
  4. Configure the input parameters in the src/index.ts file or by setting the appropriate environment variables mentioned in the file.

  5. Run the main script:

    npx ts-node src/index.ts 
  6. Observe the console output.

About

An utility for re-sending bare transactions from one blockchain to another

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published