From f3d798eb6b5fcf94aa254be983dd59c9c184d70d Mon Sep 17 00:00:00 2001 From: Ladd Hoffman Date: Sat, 16 Mar 2024 13:53:21 -0500 Subject: [PATCH] add readme --- README.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/README.md b/README.md index e69de29..09d7389 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,25 @@ +## To run automatic staking + +1. Clone this repository to a directory on your machine + + git clone https://gitea.dgov.io/DGF/dgf-prototype + +1. Change to the `ethereum` directory + + cd ethereum + +1. Install the project using `npm` + + npm install + +1. Copy the example configuration file + + cp .env.example .env + +1. Export your Sepolia private key from MetaMask and add it to your `.env` file + + SEPOLIA_API_KEY="YOURKEY" + +1. Run the automatic staking script + + npm run automatic-staking-sepolia \ No newline at end of file