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
+17-3Lines changed: 17 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,23 @@
1
1
# Jup DCA Bot
2
-
Based on the [Jupiter Core Example](https://github.com/jup-ag/jupiter-core-example)
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
-
A bot for dollar cost averaging using on-chain swaps through the [Jupiter Aggregator](https://jup.ag).
4
+
Based on the [Jupiter Core Example](https://github.com/jup-ag/jupiter-core-example)
5
5
6
-
Install
6
+
## Install
7
+
```
8
+
yarn install
9
+
```
10
+
## Configure
11
+
Create an `.env` file to store private info. Add the variables below.
0 commit comments