Build process
Milestone before continue
At this point you should already have installed:
Golang
Node.js
PNPM
PM2
If so, continue, if not, return to the previous page 😉
Next step - clone the core repository
Use it via GitHub
git clone https://github.com/KlyntarNetwork/KlyntarCore.git
cd KlyntarCore
Now depending on your OS run the following commands:
Install dependencies
pnpm install
Link core to make it available from any location
npm link
Build Golang addons
Run a simple script
chmod 700 build_must_have_addons.sh
./build_must_have_addons.sh
Build KLY-EVM
cd KLY_VirtualMachines/kly_evm
pnpm install
chmod 700 build_kly_evm.sh
./build_kly_evm.sh
Return to main directory
cd ../../
// Linux/Mac only
chmod 700 klyntar_core.js
At this stage, the build process ends and the preparation of files for work begins
Prepare configuration and genesis files
Depending on the network you want to connect to, you will need an appropriate genesis file, as well as a set of configurations for your node.
To find the files that suit you, follow the instructions in the section Networks
Last updated
Was this helpful?