A collection of smart contracts for operating a DAO
https://demo.dgov.io
|
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 37s
Details
|
||
|---|---|---|
| .gitea/workflows | ||
| 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
ethereumdirectorycd ethereum -
Install the project using
npmnpm install -
Copy the example configuration file
cp .env.example .env -
Export your Sepolia private key from MetaMask and add it to your
.envfileSEPOLIA_PRIVATE_KEY="YOURKEY" -
Run the automatic staking script
npm run automatic-staking-sepolia