Skip to content

Commit 0ec8537

Browse files
committed
update readme
1 parent 53939ca commit 0ec8537

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Jup DCA Bot
22
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.
33

4+
This code is unaudited. Please use at your own risk!
5+
46
Based on the [Jupiter Core Example](https://github.com/jup-ag/jupiter-core-example)
57

68
## Install
@@ -13,6 +15,9 @@ Create an `.env` file to store private info. Add the variables below.
1315
CLUSTER=mainnet-beta
1416
WALLET_PRIVATE_KEY=abc123def456
1517
```
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/).
1621
## Run
1722
```
1823
yarn start

0 commit comments

Comments
 (0)