πŸ’ Warden Protocol

Next-gen Modular L1 Blockchain Infrastructure for Omnichain Applications

https://twitter.com/wardenprotocol https://discord.gg/wardenprotocol

Public Endpoints

RPC URL: https://warden-testnet-rpc.validator247.com

API URL: https://warden-testnet-api.validator247.com

Explorer

https://explorer.validator247.com/warden-testnet/staking

Update system

sudo apt update
sudo apt-get install git curl build-essential make jq gcc snapd chrony lz4 tmux unzip bc -y

Install Go

rm -rf $HOME/go
sudo rm -rf /usr/local/go
cd $HOME
curl https://dl.google.com/go/go1.22.1.linux-amd64.tar.gz | sudo tar -C/usr/local -zxvf -
cat <<'EOF' >>$HOME/.profile
export GOROOT=/usr/local/go
export GOPATH=$HOME/go
export GO111MODULE=on
export PATH=$PATH:/usr/local/go/bin:$HOME/go/bin
EOF
source $HOME/.profile
go version

Install node

Initialize Node

Download Genesis & Addrbook

Set peers

set custom ports in app.toml

set custom ports in config.toml file

config pruning

set minimum gas price, enable prometheus and disable indexing

Create Service

State Sync

Create a Wallet

Create Wallet

faucet token

Check Banlance

Create validator

Obtain your validator public key by running the following command:

The output will be similar to this (with a different key):

Create validator.json file

The validator.json file has the following format: Change your personal information accordingly

Finally, create the validator:

Delegate Token to your own validator

Withdraw rewards and commission

Unjail validator

Services Management

Remove node

DONE

# Upgrade

Make sure you have your persistent_peers set: [email protected]:26656,[email protected]:26656

Option 1) Start from the Genesis, requires beefy server

Option 2) Start from the WardenKeeper snapshot

#Upgarde ( Other )

  1. you can skip this part

Oracle

Installation

check

Create a slinky service

note: Option

Verify Connect

To verify Connect is working, run the following command:

or

The output of the command should look similar to this:

Run Application Node

In order for the application to get prices from Connect, we need to add the following lines under the [oracle] heading in the app.toml.

Remember to change the oracle_address value to the address of your Connect sidecar.

for example according to individuals

Run

Upgrade

Last updated