github.com/cwntr/go-defi@v0.0.0-20210629134751-07f9ec2f7e66/contracts/README.md (about) 1 # Deployment Guide for Contracts 2 3 1. Deploy the `Registry.sol` contract and get its address. 4 2. Deploy the `Proxy.sol` contract and providing the addres of the `Registry`. 5 3. Deploy the `handlers/compound/HCEther.sol` and get its address `HCEtherAddr`. 6 4. Call the `register(HCEtherAddr, bytes32data)` of the `Registry` to record the handler.