Launch an Endpoint Node
Download and Initialize an Endpoint Node (EN)
Unzip the provided ken binary package and copy the files into the klaytn folder.
Note: Please download appropriate package starting with ken
.
For Mac users, unzip the downloaded file with the following command.
For Linux users, unzip the downloaded file with the following command.
You should create a data directory to store the blockchain data. In this tutorial, we will create a kend_home
folder in the home directory.
Configuring the EN
The configuration file, kend.conf
, is located under ken-xxxxx-amd64/conf/
. For the details of configurable parameters, you can refer to the EN Configuration Guide. To launch an EN of Baobab testnet, please update the kend.conf
file accordingly as follows.
Launching the EN
To launch the EN, execute the following command.
Checking the EN
To check if the EN is running, execute the following command.
Checking the log of the EN
To check the log of the EN, execute the following command.
Troubleshooting
Please refer to the Troubleshooting if you have trouble in launching the Klaytn Endpoint Node.
Last updated