530 B
530 B
To run automatic staking
-
Clone this repository to a directory on your machine
git clone https://gitea.dgov.io/DGF/dgf-prototype
-
Change to the
ethereum
directorycd ethereum
-
Install the project using
npm
npm install
-
Copy the example configuration file
cp .env.example .env
-
Export your Sepolia private key from MetaMask and add it to your
.env
fileSEPOLIA_PRIVATE_KEY="YOURKEY"
-
Run the automatic staking script
npm run automatic-staking-sepolia