A dedicated machine that can keep the program running continuously. The program supports Linux, Windows & MacOS.
Minimum requirement:
1
2vCPUs
2
2GB RAM
Copied!
1. Deno
​Deno is a JavaScript & TypeScript runtime, which provides a secured environment for third parties to run scripts safely. Oraichain leverages this amazing feature and integrates Deno into the AI Executor program, where it downloads & runs deno scripts from the data source, test case, & oracle script providers.
Deno protects the AI executors from malicious provider scripts that attempt to hack into their host machines and only enables the host network access to execute the scripts.
After finishing the Deno's installation process, you should be able to try running their simple program and receive the following result: Welcome to Deno!
You would probably need to install unzip afterward if your dedicated host does not have it.
Windows:
For Windows users, you can download the zip and unzip it directly.
3. Configure the env file
The .env file in the zip configures the network, wallet, and other basic variables for your program to use. All the key-value pairs are heavily commented already. If you still have questions about them, freel free to ask us, the Oraichain team.