An utility for re-sending bare transactions from one blockchain to another.
It doesn't check that re-sent transactions are minted successfully.
-
Be sure you have NodeJS (at least version 14) and NPM (at least version 6.14) are installed by running:
node --version npm --version
-
Clone the repository to your machine and switch to the repository directory.
-
Run the installation of dependencies:
npm install
-
Configure the input parameters in the
src/index.ts
file or by setting the appropriate environment variables mentioned in the file. -
Run the main script:
npx ts-node src/index.ts
-
Observe the console output.