mgpai22 / 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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:TypeScript 95.9%Language:Dockerfile 3.2%Language:JavaScript 0.9%