-
Updated
Feb 2, 2022 - TypeScript
web3
Here are 2,530 public repositories matching this topic...
-
Updated
Jan 21, 2022 - JavaScript
-
Updated
Jan 30, 2022
-
Updated
Jan 10, 2022
-
Updated
Jan 30, 2022 - JavaScript
-
Updated
Feb 2, 2022 - TypeScript
Is your feature request related to a problem? Please describe.
The Merge should be treated as a proper noun as it refers to a specific, non-generic event.
A proper noun is a specific (i.e., not generic) name for a particular person, place, or thing.
Describe the solution you'd like
We currently treat it as a common noun (i.e. 'Once the merge happens'). We should search
-
Updated
Feb 2, 2022 - JavaScript
If user already uses prettier we should use:
- user installed prettier version
- user defined config (.prettierrc / package.json config)
This way we ensure that typechain generated code matches style with the rest of the codebase.
-
Updated
Oct 20, 2021 - JavaScript
-
Updated
Jan 14, 2022 - JavaScript
-
Updated
May 8, 2019 - Swift
-
Updated
Feb 2, 2022 - TypeScript
-
Updated
Jan 4, 2022 - Go
-
Updated
Feb 2, 2022 - JavaScript
-
Updated
Jan 14, 2022 - Go
Problem
Utils::fromWei returns a BigInteger object, unlike other web3 implementations.
Note that the comment block example is misleading:
/**
* fromWei
* Change number from wei to unit.
* For example:
* list($bnq, $bnr) = Utils::fromWei('1000', 'kwei');
* $bnq->toString(); // 1
*
* @param BigNumber|string|int $number
* @param s
-
Updated
Feb 1, 2022 - TypeScript
Is your feature request related to a problem? Please describe.
In our tests we frequently call out to 3rd party providers: Infura, Etherscan, Alchemy, various Gas Oracles and so on. These tests are mixed inside the unit test code. Sometimes these tests fail for 3rd party reasons (rate limiting, service down, 2 PRs opened at the same time causing nonce-reuse etc.) and they can cause confusio
-
Updated
Feb 1, 2022 - JavaScript
-
Updated
Oct 18, 2021 - JavaScript
walletconnect always goes to rinkeby...
<UseWalletProvider
chainId={3}
connectors={{
walletconnect: {
rpcUrl:
'https://ropsten.infura.io/v3/7082b757ec2e4ebd8d47ca9518743623',
},
}}
>
...
onConnect={() => connect('walletconnect')}
But...
Response :
POST https://rinkeby.infura.io/v3/ 401 (Unauthorized
-
Updated
Jan 31, 2022
-
Updated
Feb 27, 2020 - Swift
Improve this page
Add a description, image, and links to the web3 topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the web3 topic, visit your repo's landing page and select "manage topics."

