https://github.com/sahilpabale/dune-tool
https://github.com/sahilpabale/dune-tool
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sahilpabale/dune-tool
- Owner: sahilpabale
- Created: 2024-05-03T10:14:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-03T10:15:27.000Z (over 1 year ago)
- Last Synced: 2025-04-13T18:55:39.782Z (6 months ago)
- Language: TypeScript
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```