Warden Protocol
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
Resources
Hardware requirements
CPU
RAM
Storage
Network
OS
Installation ๐พ
Update repositories
apt update && apt upgrade -yInstall dependencies
apt install curl iptables build-essential git wget jq make gcc nano tmux htop nvme-cli pkg-config libssl-dev libleveldb-dev tar clang bsdmainutils ncdu unzip libleveldb-dev -ySet vars (replace Moniker and wallet)
Initialize
Download genesis.json
Set up the minimum gas price and Peers/Seeds/Filter peers/MaxPeers in client.toml
Minimum gas price in app.toml
Add seeds/bpeers/peers in config.toml
(Optional) Pruning
(Optional) Disable indexer
(Optional) Enable snapshots
Create a service file
(Optional) Start from State sync
Create or recover wallet
Get tokens from faucet ๐
Create Validator
Useful commands โ๏ธ
Delete node ๐๏ธ
Last updated