> For the complete documentation index, see [llms.txt](https://datum.gitbook.io/datum/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://datum.gitbook.io/datum/oracle-node/running-node.md).

# Running Node

Navigate back to the root directory of the node Project

And to run the node :

```bash
npm run dev
```

This will start the node and you will logs in the console , listening for the events , similar to this

```bash
Listening to OOV2 events ...
listening for requestData event ...
listening for settle Request event
listening for settle Request event in CONSUMER ...
Listening to OOV3 events ...
listening to assert truth event
listening to assert truth event
listening for settle request event
Listening to Price Oracle Events ...
listening for requestPrice event ...
Listening to VRF Oracle Events ...
listening to request randomness event
listening to request sent event
listeneing to request fulfil event
Listening to API Oracle Events ...
```

If you want to run Specific Node for Specific Oracles only , you can change that in `server.js`
