You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,8 @@
1
1
# Jup DCA Bot
2
2
This bot runs a simple dollar cost averaging strategy to buy assets over a period of time. It utilizes [Jupiter Aggregator](https://jup.ag), a swap aggregator on Solana.
3
3
4
+
This code is unaudited. Please use at your own risk!
5
+
4
6
Based on the [Jupiter Core Example](https://github.com/jup-ag/jupiter-core-example)
5
7
6
8
## Install
@@ -13,6 +15,9 @@ Create an `.env` file to store private info. Add the variables below.
13
15
CLUSTER=mainnet-beta
14
16
WALLET_PRIVATE_KEY=abc123def456
15
17
```
18
+
Create your own `dcaconfig.ts`. See `dcaconfig-example.ts` for a template.
19
+
20
+
To see example cron expressions, check out [cronotab guru](https://crontab.guru/).
0 commit comments