-
This is an epic that will broaden the ways we enable users to access 3box.io.
We want to support:
- Portis
- Fortmatic
- WalletConnect
-
If I import IPFS and Portis into my Node app it breaks...
```javascript
import Portis from "@portis/web3";
import Web3 from "web3";
import IPFS from "ipfs";
```
I get the following error
``…
-
There is[ a issue ](https://github.com/ethereum/web3.js/issues/1559) with Web3 v1.0.0-beta35 that Drizzle depend on.
Error:
> WebSocket connection to 'wss://mainnet.infura.io/ws'
> failed: Error …
-
There seems to be no way to configure not to show the WalletConnect provider button. Can we have this?
Come to think of it, I don't see a way to avoid seeing injected providers either.
-
# Context
Currently the package is gigantic with a bundle size of 1.89 MB, even though this library has a lot of UI elements, I'm pretty sure that the way I setup my webpack config and even the as…
-
Implement web3connect. With any questions, here's a link to their discord: https://discord.gg/mXJrhkG
- [ ] Implement web3connect, including any required refactor
-
I forked the CodeSandbox example and added Portis as an optional provider:
https://codesandbox.io/s/xj7613p044
I believe it will be useful for devs if it will appear in the official example :)
-
To replicate, you can simply run the following code:
```
portis.onLogin(() => {
window.setInterval(
() =>
console.log(
portis.provider.send({ method: 'net_version' })…
-
Right now, `web3-react` [weighs more than my whole web app](https://bundlephobia.com/result?p=web3-react@4.0.3). It looks like most of this weight comes from Portis and WalletConnect SDKs. I guess tha…
-
**Is your feature request related to a problem? Please describe.**
When viewing a Lock or a Key on a blockexplorer or in a wallet, what information might the wallet try reading from the contract in o…