The polymarket-orderbook-watcher is a simple tool to view real-time orderbooks for Polymarketβs BTC Up/Down markets. This application helps you keep track of market movements every 15 minutes.
To get started, you need to download the application. Visit this page to download.
Before running the application, ensure you have the following:
Once you have installed Node.js, follow these steps to set up the application:
Win + R, type cmd, and hit Enter.Finder, go to Applications, then Utilities, and launch Terminal.Clone the Repository: In the terminal, run the following command to download the project files:
git clone https://github.com/wasay2205/polymarket-orderbook-watcher.git
Navigate to the Project Folder: Change your directory to the folder created by the clone command:
cd polymarket-orderbook-watcher
Install Dependencies: Run the following command to install the required packages:
pnpm install
Build the Application: Once the installation is complete, build the application with this command:
pnpm build
After installation, you can run the application. Hereβs how:
Run the Application: Execute the following command in the terminal:
node dist/cli.js
What Happens Next:
The application is designed to keep you updated. The markets refresh every 15 minutes, so you wonβt miss any crucial changes. Make sure to keep the application running during these intervals to receive the latest data.
If you experience any issues while downloading or running the application, consider the following:
node -v in the terminal.This project is licensed under the MIT License. You are free to use, modify, and share it under the terms of this license.
With these steps, you should be able to download and run the polymarket-orderbook-watcher application with ease. Happy trading!