Running Node

Navigate back to the root directory of the node Project

And to run the node :

npm run dev

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

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

Last updated