SharedStake / SharedStake-ui

SharedStake User Interface using vue.js
https://www.sharedstake.org/
GNU General Public License v3.0
16 stars 15 forks source link

APYs on Earn page are only visible when connected to MetaMask #69

Open sharedStake-dev opened 3 years ago

sharedStake-dev commented 3 years ago

This creates some friction for first time DeFi as they can't even see the yields until they install Metamask.

Recommend some sort of caching solution or querying infura/alchemy as a fallback in the absence of an injected web3

exitonoff commented 3 years ago

Should we create a small backend service for this? If we used service like Infura we shouldn't expose the API key in the frontend code. Instead have that hidden behind backend service, which could also cache some values if needed etc.

Thoughts?