Enhanced Scaffold-ETH 2 with private RPC access, web3auth integration and using Blockscout by default.
Prize Pool
This project enhances Scaffold-ETH in three ways:
This project builds on top of uHTTP, a library which hides the IP metadata of HTTP calls by sending them through the HOPR network. This is implemented in a way where the developer using this functionality does not need to know anything about the underlying integration. All which needs to be done is configuration its usage through two environment variables.
The effect is, that the newly built dApps are transport-metadata-private by default.
uHTTP is a library built by HOPR Association, see https://github.com/hoprnet/uhttp-lib The HOPR network is also built by the HOPR Association, see https://hoprnet.org The integration hooks into wagmi, which is the library used by Scaffold-ETH to interface with RPC endpoints. We define a custom wagmi transport which turns requests into uHTTP requests. All of this is transparent to all upper layers.