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
8-Cores
16 GB
1 TB NVME
200mbps network bandwidth
Linux (Ubuntu 22.04 x64)
Installation ๐พ
Update repositories
apt update && apt upgrade -yInstall dependencies
sudo apt install curl git wget htop tmux build-essential jq make lz4 gcc unzip -yInstall 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