Prerequisites

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.

NodeJS and NPM Packages

  • ethers

  • auth0

npm install ethers
npm install auth0

Wallet Key

  • The 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.

Auth0 Client ID and Client Secret

  • 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