Skip to content

Commit 8af83dd

Browse files
committed
update readme
1 parent af7e9af commit 8af83dd

File tree

1 file changed

+17
-3
lines changed

1 file changed

+17
-3
lines changed

README.md

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,23 @@
11
# 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.
33

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)
55

6-
Install
6+
## Install
7+
```
8+
yarn install
9+
```
10+
## Configure
11+
Create an `.env` file to store private info. Add the variables below.
12+
```
13+
CLUSTER=mainnet-beta
14+
WALLET_PRIVATE_KEY=abc123def456
15+
```
16+
## Run
17+
```
18+
yarn start
19+
```
20+
## Development
721
```
822
yarn add --dev node-cron
923
yarn add --dev @types/node-cron

0 commit comments

Comments
 (0)