-
**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…
-
To support mobile apps on NEAR, we need to implement app-specific keys in some form or another. Mobile apps don't have a good way to seamlessly communicating with the wallet to sign transactions witho…
-
Code:
```
import Web3 from 'web3';
const web3 = new Web3(Web3.givenProvider);
web3.givenProvider.enable().then(() => {
web3.eth.sendTransaction({
to: '0x42b9dF65B219B3dD36FF330A4dD8f327A6A…
-
Hi Noah,
I have two questions:
1. When using the `useWeb3Context` hook with the provider in `passive` mode, is it possible for the context to have the networkId?
(If I use web3.js, I can alw…
-
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…