An open source interface for viewing and interacting with MakerDAO collateral liquidations
Install it and run:
npm install
npm run dev
# or
yarn
yarn dev
Requires node version >= v11.15.0
- Create a local
.env
file - Set
INFURA_KEY
to a valid Infura API key - Set
ALCHEMY_KEY
to a valid Alchemy API key
If API keys aren't provided, both Alchemy and Infura will default to the public keys from ethers.js. This is probably fine in most cases, performance will just be a bit less consistent as these are heavily rate-limited.