Build process

Milestone before continue

At this point you should already have installed:

  1. Golang

  2. Node.js

  3. PNPM

  4. PM2

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
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

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?