/fleet-ergo-chained-token-sender

Sends transactions in a chained transaction to one recipient per transaction. Only one token type can be sent per transaction.

Primary LanguageTypeScript

Fleet Ergo Chained Token Sender

Sends transactions in a chained transaction to one recipient per transaction. Only one token type can be sent per transaction.

Setup

install bun

install dependencies

bun install

Fill out .env, you can use the .env.example as a guide.

Note: You can find address index by counting the addresses shown in the receive section of nautilus wallet. The bottom most is index 0.

Run program with

bun start

Docker

Fill out .env

run as such

docker compose up -d

check logs

docker compose logs -f

kill program

docker compose down

License

MIT