An open API service indexing awesome lists of open source software.

https://github.com/sahilpabale/dune-tool


https://github.com/sahilpabale/dune-tool

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# ohlcv sync tool

This tool is used to sync the ohlcv data from birdeye to dune.

## Usage

```shell
pnpm install # install dependencies
```

```shell
pnpm build # build the project
```

```shell
pnpm start # start the sync service
```

```shell
pnpm poll # start the poll cron
```