Standalone PowerAgent package for use without dappnode
To install, perform the following:
- Clone the directory
- Upload your config into the config directory, setting RPC to your RPC of choice, and admin and keeper addresses to your own.
- Run
npm i
- Run
node jsongen.js ${YOUR_WORKER_PRIVATE_KEY} ${PASSWORD_OF_YOUR_CHOOSING}
- Run docker compose up -d in the command line.