0ximalice / IRON-finance-auto-compound

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IRON Finance compounder

A iron finance vault compounder which implemented on NodeJs.

Installation

npm install

Usage

First, You need to create .env file that contains your private key.

Example of .env

MOMOPARADISE={privatekey}

Second, fill the myVaultContract with your vault contract address on server.js#7

var myVaultContract = "";

Finally, run the compounder

node server.js

About


Languages

Language:JavaScript 100.0%