Artela

The Warden Protocol is a modular L1 blockchain for omnichain applications, "OApps". Our mission is to empower developers to simply launch secure OApps by giving them modular infrastructure for securit

RPC: https://artela.rpc.cryptomolot.com/

Resources

Hardware requirements

CPU

8-Cores

RAM

16 GB

Storage

1 TB NVME

Network

200mbps network bandwidth

OS

Linux (Ubuntu 22.04 x64)

Installation ๐Ÿ’พ

Update repositories

apt update && apt upgrade -y

Install dependencies

sudo apt install curl git wget htop tmux build-essential jq make lz4 gcc unzip -y

Install GO 1.22.2

Set variables

change the <wallet-name>, <moniker>. And ARTELA_PORT # if you needed

Get binaries

Initialize

change the <moniker>

Download genesis and addrbook

Add seeds/bpeers/peers in config.toml

Set minimum gas-price

(Optional) Pruning

(Optional) Disable indexer

default indexer="kv"

Create a service file

Run from snapshot

Wait fo full sync (output "false")

Create or recover wallet

!!! BACKUP YOUR SEED PHRASE !!!

Get tokens from faucet ๐Ÿ†“

every 12 hours or use discord channel (every 6 hours)

Create Validator

!!! BACKUP YOUR priv_validator_key.json !!!

Useful commands โš™๏ธ

node info

logs

start service

stop service

restart service

enable service

disable service

Check wallets list

Delete wallet

Check Balance

Withdraw all rewards

Withdraw rewards and commission from your validator

Check your balance

Delegate to Yourself

Delegate

Redelegate Stake to Another Validator

Unbond

Transfer Funds

Validator Details

Jailing info

Slashing parameters

Unjail validator

Delete node ๐Ÿ—‘๏ธ

Last updated