Node Installation
1. Checking OS
Currently, OS supports Ubuntu 18.04, CentOS 7.
~# cat /etc/os-release
NAME="Ubuntu"
VERSION="18.04.4 LTS (Bionic Beaver)"
~# apt-get update && \
apt-get -y install sudo
~# sudo apt update
~# sudo apt upgrade
~# sudo apt install jq curl wget vim tar openssh-server net-tools -y
# if it already installed it automatically skips2. Checking HOME folder
~# export | grep HOME
declare -x HOME="/home/omnione" | declare -x HOME="/root"
# in case, HOME="/root"
~# usermod -d /home/omnione <UserName>
3. Install Java and check
4. Install eosio/eosio.cdt
Check installation
5. Install Contract
6. create Wallet and executing Wallet(keosd)
Wallet create
Check Wallet open and List
Check Wallet folder
Execute keosd
Check Wallet
7. import Private Key to the executed Wallet
-> Script file / command (TBD)
Key check
Last updated
Was this helpful?