GenLayer Simulator Install Guide

Installation of GenLayer Simulator is still possible only in a GUI environment where a display is installed.

스크린샷 2024-09-30 오후 4.37.09.png

  1. Install docker, npm, nvm
sudo apt update && sudo apt-get install openssl
curl -fsSL <https://get.docker.com> -o get-docker.sh && sh get-docker.sh
sudo usermod -aG docker $USER && newgrp docker
sudo systemctl enable docker.service && sudo systemctl enable containerd.service
curl -o- <https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.0/install.sh> | bash
echo 'export NVM_DIR="$HOME/.nvm"' >> $HOME/.bash_profile
echo '[ -s "$NVM_DIR/nvm.sh" ] && \\. "$NVM_DIR/nvm.sh"  # This loads nvm' >> $HOME/.bash_profile
echo '[ -s "$NVM_DIR/bash_completion" ] && \\. "$NVM_DIR/bash_completion"  # This loads nvm bash_completion' >> $HOME/.bash_profile

source $HOME/.bash_profile
nvm install --lts
  1. Node,NPM version Check
node -v
npm -v
  1. Install GenLayer CLI
npm install -g genlayer
  1. Execute the genlayer init Command
genlayer init

스크린샷 2024-09-30 오후 4.33.31.png

Select LLM Providers