AutoStaker for MirrorProtocol
-
Create .env file with following contents
MNEMONIC="" TARGET_ASSET="MIR"- MNEMONIC is your wallet seed phrase
- TARGET is your desired autostake asset, one of ['MIR', 'mTSLA', 'mETH', etc...]
You can leave
MNEMONIC=""and then run the program usingnpm start -- --mnemonic="your mnemonic"Or, you can use .env_example to create .env
$ mv ./.env_example ./.env # update the contents $ nano ./.env -
Install dependencies
$ npm install -
Start
$ npm start