An open source interface for viewing and interacting with MakerDAO collateral liquidations
Install it and run:
npm install
npm run dev
# or
yarn
yarn devRequires node version >= v11.15.0
- Create a local
.envfile - Set
INFURA_KEYto a valid Infura API key - Set
ALCHEMY_KEYto 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.