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.
- Host: GitHub
- URL: https://github.com/mgpai22/fleet-ergo-chained-token-sender
- Owner: mgpai22
- Created: 2023-12-28T04:18:20.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-01T00:28:22.000Z (over 1 year ago)
- Last Synced: 2024-02-01T01:30:04.523Z (over 1 year ago)
- Language: TypeScript
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-ergo - Fleet Chained Token Sender
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 .envrun as such
```bash
docker compose up -d
```check logs
```bash
docker compose logs -f
```kill program
```bash
docker compose down
```## License
MIT