enkryptcom / enKrypt

Enkrypt: Ethereum, Polkadot and Web3 Wallet
https://www.enkrypt.com/
MIT License
303 stars 161 forks source link

Add Gnosis over RPCh network #282

Closed ItsLuized closed 1 year ago

ItsLuized commented 1 year ago

Overview

This Pull Request adds support for Gnosis over RPCh network to the Enkrypt wallet, providing users with enhanced privacy and security when interacting with the Gnosis network.

What is RPCh and the HOPR Network?

RPCh is an RPC provider that operates exclusively via the HOPR network, which is an incentivized mixnet that provides much more privacy than a VPN or even Tor. Thanks to its proof-of-relay mechanisms, mixnode operators are paid for forwarding packets in the decentralized HOPR network, which ensures privacy for both senders and receivers of transactions on the Gnosis network. This is important because RPC providers can see IP addresses and other metadata of users, which can be a liability for both users, wallets, and RPC providers.

Benefits of Adding Gnosis over RPCh Network Support

By integrating Gnosis, a reliable and secure web3 network, with RPCh, we are ensuring that the Enkrypt wallet is not only robust but also offers enhanced privacy for the users. With this Pull Request, Enkrypt users will have a secure and private way to interact with the Gnosis network. Additionally, by supporting RPCh, we are protecting the users against IP address tracking and other metadata-related attacks.

Overall, this Pull Request takes a proactive step towards protecting the users' privacy and ensuring that the Enkrypt wallet remains a trusted and reliable tool for securely managing their crypto assets.

kvhnuke commented 1 year ago

@ItsLuized please make sure there are no commented unused code Also you can replace the existing Gnosis, Enkrypt will only have one provider per network

If you are making a PR for myetherwallet web, you can have multiple providers per network

ItsLuized commented 1 year ago

hey @kvhnuke! Thanks for checking out the PR. Will work on your feedback. I actually intended to have this PR made in our own fork and not make it official yet as we are still polishing things around, so for the time being I will close this one.