Become an oracle

Becoming an oracle is very easy and straight forward. Host a server and run the JavaScript file, it's that easy.

  • Set up a server to run the JavaScript file. 500 MB, 1 CPU, 100 MB storage space, The smallest package on DigitalOcean, AWS.

  • Create an .ENV file with your private key and Web3 node.

  • Copy the RNDHubListen.js file unto the server.

  • Run "npm install pm2" "pm2 start RNDHubListen.js --watch"

Server JavaScript file: https://github.com/rndfusion/OracleServer/blob/main/OracleListener.js

Last updated