Prerequisites
Preparing your environment
Last updated
Preparing your environment
This setup requires having Node.js, installing some packages and exporting environment variables needed to authenticate and pay for the Ethereum deposit.
ethers
auth0
npm install ethers
npm install auth0The private key associated with your wallet, loaded up with 32 ETH, or more, to create at least 1 validator
Note: If ETH mainnet, we do not recommend using a plain text private key.
For now, please reach out via our contact form to retrieve these credentials for your account
After obtaining Validation Cloud Client ID and Secret. You can export the environment variables needed for the subsequent code steps.
Last updated