π Empeiria
Empeiria is the first enterprise-grade EDVI with one-click deployment of user-centric decentralized data ecosystems, ensuring unmatched data privacy and seamless web3 adoption.
waittingsudo apt update && sudo apt upgrade -y
sudo apt install -y git gcc make unzip jqwget https://go.dev/dl/go1.22.3.linux-amd64.tar.gz
sudo rm -rf /usr/local/go && sudo tar -C /usr/local -xzf go1.22.3.linux-amd64.tar.gzecho 'export PATH=$PATH:/usr/local/go/bin' >> ~/.profile
echo 'export PATH=$PATH:/home/$USER/go/bin' >> ~/.profile
source ~/.profileInstall prebuild binary
Install binary from source code (option B)
Configure a node
Cosmovisor setup
Full state sync from archive snapshot
Run a Validator
Becoming a validator
Requirements
1. Add wallet key
What is a Validator?
Create Your Validator
Confirm Your Validator is Running
Last updated