web3
Here are 1,641 public repositories matching this topic...
-
Updated
Oct 7, 2021
-
Updated
Oct 8, 2021 - JavaScript
-
Updated
Oct 5, 2021 - TypeScript
-
Updated
Oct 5, 2021
-
Updated
Aug 31, 2021 - JavaScript
-
Updated
May 8, 2019 - Swift
-
Updated
Oct 10, 2021 - TypeScript
Just to let you know you have a problem with ABIEncoderV2 if you are trying to call a function that returns a struct.
Call to a member function staticPartLength() on integer
-
Updated
Sep 30, 2021 - JavaScript
-
Updated
Oct 9, 2021 - JavaScript
-
Updated
Oct 9, 2021 - JavaScript
-
Updated
Feb 27, 2020 - Swift
-
Updated
Jun 16, 2020 - JavaScript
-
Updated
Oct 5, 2021 - TypeScript
-
Updated
Oct 10, 2021 - Rust
-
Updated
Feb 8, 2018 - JavaScript
-
Updated
Sep 18, 2021 - PHP
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
Sep 17, 2021
-
Updated
Oct 7, 2021 - JavaScript
-
Updated
Jul 31, 2021 - Swift
When use formatToEthereumUnits from Web3.Utils it use decimals parameter, and after format BigInt it's may create many redundant zeros at the end. For example if 'decimals' parameter is 18 we have: 990000000000000 wei -> 0.000990000000000000 eth
At old repo already have similar issue:
BANKEX/web3swift#200
and some solution:
https://github.com/v57/web3swift/commi
-
Updated
Oct 10, 2021 - Rust
-
Updated
Apr 10, 2018
-
Updated
Oct 3, 2021 - JavaScript
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."
We should add explicit runtime errors that stop CLI execution when an obvious version mismatch is detected. No one (me neither) checks peer dependency-related errors from a package manager.
TC should bail if:
Each target package should be able to define custom conditions