An open API service indexing awesome lists of open source software.

https://github.com/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.
https://github.com/mgpai22/fleet-ergo-chained-token-sender

Last synced: 5 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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](https://bun.sh/)

install dependencies
```bash
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
```bash
bun start
```

## Docker
Fill out .env

run as such
```bash
docker compose up -d
```

check logs
```bash
docker compose logs -f
```

kill program
```bash
docker compose down
```

## License

MIT