Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upAdd Incubed as network provider option #132
Conversation
cerealkill
commented
Mar 20, 2020
|
Incubed is a game changer! It is basically Casper for RPC, with portable code that runs on microcontrollers and a backend that can be attached to any running client. This is proper BUIDLR mindset, remove centralisation from every corner. |
|
Hi @chirag-parmar - thanks for submitting this and all of the hard work you've put in to it. It's certainly a neat idea, but a couple of things:
I would like to suggest that you take this code, and open it up as a feature request in |
|
Also, per the above, CONTRIBUTING.MD refers to MetaMask’s contributor guidelines. |
|
Hi @ryanml, apologies for the late reply. Metamask had declined our pull request before we submitted this one. Metamask's team fails to understand the value proposition of the IN3 client. I do not know of any other client that solves the trust problems of a remote client and bandwidth problems of a light client at the same time. At slock.it we are trying to push the community to use better alternatives to remote clients. This is because we understand the risks that come with it, especially for a wallet application. Is there absolutely no other way we can integrate the IN3 client into brave? Maybe some script wizardry. This is just one of the ideas. If we can collaborate on this I am sure we can come up with a clever solution. That being said if you still insist that a pull request in |
chirag-parmar commentedMar 17, 2020
•
edited
Hi Brave Team,
Slock.it just released the first stable version of its blockchain client, IN3. Incubed, unlike Infura connects to the Ethereum Blockchain via an INcentivized Node Network which incentivises and distributes the trust on remote nodes while still keeping the bandwidth and storage requirements low. According to our understanding Brave's CryptoWallet uses Infura as a network provider. While, Infura has its advantages it demands a high amount of trust. We at Slock.it want to change this by providing IN3 as an option into Brave's CryptoWallet through this pull request.
To know how it works, try it, or even run a node, check our documentation.
Functionality
Use In3switch on under theAdvancedtab ofSettings(Settings -> Advanced -> Use In3).Changes
eth-json-rpc-in3Questions
CONTRIBUTING.mdfiles says that all PR's must be submitted against thedevelopbranch. Since you do not have adevelopbranch we have created a the PR against themasterbranch. Did we get that right?