Tool that automatically performs the proving and finalization for L2 -> L1 transactions, build for L2s that run the OP Stack.
Unstable and not ready for production
Create the .env file.
Build the container:
docker build -t bananapus-sucker-relayer .Start the container:
docker run bananapus-sucker-relayerCreate the .env file.
Install the dependencies:
bun installRun the relayer:
bun run index.ts