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 skips

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

Addresses from pwd command are used to deploy the contact in the next step.

6. create Wallet and executing Wallet(keosd)

Wallet create

Save the Wallet's password separately -> "PW5Kewn9L76X8Fpd....................t42S9XCw2"

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?