All new work should be performed in the seen-contracts repo. Everything here (except the Makefile) has been moved to the new repo, which uses Hardhat tools to build, test, and deploy.
Not all the deployed Seen.haus contracts are in this repo; some were deployed from a dev's local browser/Remix and never made it into the repo. Go figure.
In this code you can see
- an auction house factory which works with any ERC1155 token contract
- xSEEN: the seen governance token which earns fees in SEEN on all auctions finished
- A fork of the compound governor alpha and timelock for long term governance
This repo uses the DappHub tools platform for building. Sorry there isn't any documentation here for how to get that tooling going, but it doesn't matter now, because you're not going to be building this anyway, right?
- Modify
Makefile
to add your ETH RPC make test