Become an AI Executor
Installation
0. Hardware specification
A dedicated machine that can keep the program running continuously. The program supports Linux, Windows & MacOS.
Minimum requirement:
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.
To install Deno, please follow the official Deno's documentation.
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!
Then you can move on to the next step.
2. Download the program
Shell (Mac, Linux):
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.
4. File checksum (optional but recommended)
Please follow this guildeline to verify your executable.
5. Run the program
In the zip contains the aioracle-executor-process-*
programs, please choose one that matches your OS and run it.
If you see the following logs, then the program has run successfully:
For Linux and MacOS users:
For Windows users:
You can click on the exe file to start running!
Last updated