Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 750 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 750 Bytes

Smart Vault Jobs

This application runs background jobs to support The Standard Smart Vaults.

Endpoints

  • 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

Setup

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