Setting up
Selfhosting guide
If you want to selfhost OHLCV creator
git clone the project
git clone https://github.com/Solcrates-Labs/ohlcvcreator.git
Install dependencies using npm
npm install
Launch the project using node
node ./src/index.js
or just node .
.env file will be created with RPC_URL and PORT variables. Fill them up and launch OHLCV creator again. NOTE: PORT MUST BE PORT FORWARDED IF YOU WANT TO USE PROGRAM OUTSIDE OF LOCALHOST
Everything is set up. After launching, the program will start getting info at certain time
To ensure the EXPRESS.JS functions are working correctly visit URL 127.0.0.1:YOURPORT/ohlcv-creator/test-api/HARAMBE/time/1m
after launching the application again
Last updated