Quick Start
Launching Flow
Now, our new version of FavorX is compatible with 3 blockchain networks:
- Polygon (Mainnet & Testnet)
- Metis (Mainnet)
- OKC (Mainnet)
FavorLabs has been packaged, you can follow the process below to start the node.
- Ubuntu
- Windows
- MacOS
Download FavorX
Obtain the favorX startup file at the following address and execute it under the ubuntu system.
https://github.com/FavorLabs/favorX/releases
Untar the tar package
After you untar the tar package, you will find there is a directory named "favorX" which contains two files:
- favorX
- start.sh
Make sure that they are kept in the same directory.
Launch
The scripts already contain the configuration files for 3 types of networks, You can start under a different blockchain network by changing the command line script parameters:
./start.sh Polygon # Start a node under the Polygon network
./start.sh OKC # Start a node under the OKC network
./start.sh metis # Start a node under the metis network
So when you want to start the Polygon network, just use the following methods:
cd ./favorX
chmod +x start.sh
./start.sh Polygon
After the initialization is completed, the corresponding address account will be generated and a password will be set. Please keep your password properly.
Download FavorX
Obtain the favorX startup file at the following address and execute it under the windows system.
https://github.com/FavorLabs/favorX/releases
Unzip the zip file
After unzipping the zip file, you will find there is a directory named "favorX" which contains six files:
- favorX.exe
- start.bat
- snaappy64.dll
- wiredtiger.dll
- libtcmalloc_minimal.dll
Make sure that they are kept in the same directory.
Launch
Just double-click "start.bat", the node will be started.
Input 01|02|03 to choose a blockchain network, and then press Enter
The scripts already contain the configuration files for 3 types of networks, so when you want to start the Metis network
After the initialization is completed, the corresponding address account will be generated and a password will be set. Please keep your password properly.
Download FavorX
Obtain the favorX startup file at the following address and execute it under the mac system.
https://github.com/FavorLabs/favorX/releases
Untar the tar package
After you untar the tar package, you will find there is a directory named "favorX" which contains two files:
- favorX
- start.sh
Make sure that they are kept in the same directory.
Launch
The scripts already contain the configuration files for 3 types of networks, You can start under a different blockchain network by changing the command line script parameters:
./start.sh Polygon # Start a node under the Polygon network
./start.sh OKC # Start a node under the OKC network
./start.sh metis # Start a node under the metis network
So when you want to start the OKC network, just use the following methods:
cd ./favorX
chmod +x start.sh
./start.sh OKC
After the initialization is completed, the corresponding address account will be generated and a password will be set. Please keep your password properly.