The problem innovest.fi solves
- Research and science investing is mostly limited to VCs and Private Equity. We are giving back power to the people.
- Labs get to raise more funds and get better deals cutting the long chain of banking middlemen out.
- More Web3 adaption.
Challenges we ran into
- SafeAuth uses ether v6 as a dependency and Push Protocol uses ether v5 as a dependency. Normal BrowserProvider method is not available in ether v6, so we had to use JsonRpcProvider and get signer from SafeAuth.
- Faced high gas prices (not normal), in certain L2s.
- Some APIs were throwing CORS, we had to build a proxy server to make the API calls. Also the RateLimit was very high. So we had to make our API calls carefully.
- Internet