Engram Tokio

Engram Tokio Chain Testnet

Participants need to install Metamask Wallet and connect to our EVM chain configuration. Please create new Wallet, save wallet address and private key. (note 1)

Blockchain Name: Engram Tokio Testnet RPC Address: https://tokioswift.engram.tech Chain ID: 131 Ticker: tGRAM Explorer: https://tokioscan-v2.engram.tech

Faucet: https://faucet-tokio.engram.tech

Server preparation

Ubuntu 22.04

Port Required:

8545/tcp

30303/tcp-udp

8551/tcp

sudo apt update && apt upgrade -y
sudo apt install git curl -y
sudo apt install make clang pkg-config libssl-dev build-essential -y

Install Docker

sudo apt install curl -y && curl -sO https://nodesync.top/docker_install && chmod +x docker_install && bash docker_install

Setup Node Engram

Check eth2-val-tools and etherealinstalled on your system and Validator Deposit Data

Once everything required is fulfilled, you need to create a mnemonic phrase to prepare the deposit data. Keep your 24 words mnemonic! (note 2)

Change your info in file validator-deposit-data.sh

withdrawals-mnemonic: your mnemonic phrase from generate eth2-val-tools. (note 2)

validators-mnemonic: your mnemonic phrase from generate eth2-val-tools. (note 2)

from: address that was already funded from the faucet. (note 1)

privatekey: your privatekey address that has funds from the faucet. (note 1)

Run the following command to generate final the deposit data

You need faucet token and and check have 32 token on wallet (note 1) , before run bellow

Validator Build

Please choose your language ['1. العربية', '2. ελληνικά', '3. English', '4. Français', '5. Bahasa melayu', '6. Italiano', '7. 日本語', '8. 한국어', '9. Português do Brasil', '10. român', '11. Türkçe', '12. 简体中文']:

choose 3 + enter

Please repeat the index to confirm:

choose 0 + enter

Please enter your mnemonic separated by spaces (" "). Note: you only need to enter the first 4 letters of each word if you'd prefer.:

Paste your 24 words mnemonic! (note 2) + enter

Please choose the (mainnet or testnet) network/chain name ['mainnet-soon', 'devnet-1', 'devnet-3', 'devnet-4', 'devnet-5', 'testnet']: [mainnet-soon]:

choose testnet + enter

Enter yourpass and enter again

Configure Docker Compose

Change your info by note red on bellow image

ctrl+o, enter

ctrl +x

You see result bellow

[+] Running 4/4

⠿ Network tokio_default_default Created

⠿ Container striatum_init Exited

⠿ Container striatum_el Started

⠿ Container lighthouse_init Exited

⠿ Container lighthouse_cl Started

⠿ Container lighthouse_vc Started

Check logs

View node on : https://nodewatch.engram.tech/

Read more: https://github.com/engram-network/tokio-docker/wiki/Become-Validator-&-help-secure-the-future-of-Engram-Network

Create Contract

Last updated