Lido v3 stVaults (WIP)
Last updated
cd ~/lido-staking-vault-cli
yarn installnano .env# Network Configuration (Required)
CHAIN_ID=560048
CL_URL=https://your-consensus-layer-endpoint
EL_URL=https://your-execution-layer-endpoint
# Contract Deployment Configuration (Required)
DEPLOYED=deployed-hoodi-vaults.json
# Wallet Configuration (Choose one method)
# use private key
PRIVATE_KEY=0x1234567890abcdef...
# OR use encrypted account file
ACCOUNT_FILE=wallets/account.json
ACCOUNT_FILE_PASSWORD=your_secure_password
# OR use WalletConnect
# WALLET_CONNECT_PROJECT_ID is NOT a secret. It is a public identifier
# of the application that uses WalletConnect.
WALLET_CONNECT_PROJECT_ID=ee928c025792b10a6daa97d85328c433git clone https://github.com/lidofinance/defi-wrapper-widget.git
cd defi-wrapper-widgetnode --version
# should be v22.x.x (or higher)
corepack enable
yarn --versionnvm install 22
nvm use 22
corepack enableyarn installcp .env.example .env
nano .envyarn build:preview