A collection of smart contracts for operating a DAO
https://demo.dgov.io
940384774a
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 39s
Details
|
||
---|---|---|
.gitea/workflows | ||
backend | ||
client | ||
ethereum | ||
README.md |
README.md
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