Testing Guide
Install docker
sudo apt updatesudo apt install -y apt-transport-https ca-certificates curl software-properties-commoncurl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu focal stable"sudo apt install -y docker-cesudo systemctl status dockerUsing Docker
Run PostgreSQL
When you want to connect PostgreSQL docker
When you want to connect to local PostgreSQL
When you want to connect to remote PostgreSQL
Run Validator node
Testnet tokens faucet
Configuring node
Blockchain RPC endpoints
Alchemy


Infura


Ankr

Other Configuration
FAQ
How to update the Equito Node docker to up-to-date version?
How to check the runnig Equito Node docker is the up-to-date version?
How to verify Node URL is properly linked to Equito Node docker?

Last updated