This application runs background jobs to support The Standard Smart Vaults.
- liquidation performs any necessary liquidations of Smart Vaults every 5 mins
- pricing indexes simple pricing data about Smart Vault assets, to be consumed via the Smart Vault API
- stats indexes data about the Smart Vaults project, to be consumed via the Smart Vault API
Install the project dependencies:
npm install
Edit the example env file, and rename it to .env
in the root of the project.
Start the application:
npm start