Official repository for maker-auctions.io
Maker Auctions provides an interface for the MakerDAO auctions running on the Ethereum blockchain.
Contains the Websocket backend serving auction data. The way auctions are stored on-chain requires some amount of parsing and state-keeping which hinders user experience. The backend keeps track of all running auctions and their state.
Contains the Solidity contract source code including mocks for various parts of the MakerDAO system and surrounding smart contracts.
Contains truffle migrations for mainnet and local testnet with test auctions (webtest).
Contains utility scripts
webtest.js
deploys a local testnet with test auctions
Contains Vue frontend source
Contains truffle contract unit tests