web3
Here are 1,148 public repositories matching this topic...
-
Updated
Dec 23, 2020 - JavaScript
-
Updated
May 8, 2019 - Swift
-
Updated
Feb 22, 2021 - TypeScript
-
Updated
Feb 19, 2021 - TypeScript
-
Updated
Feb 22, 2021 - TypeScript
-
Updated
Jun 9, 2020 - JavaScript
-
Updated
Feb 27, 2020 - Swift
-
Updated
Feb 11, 2021 - JavaScript
-
Updated
Feb 8, 2018 - JavaScript
-
Updated
Feb 18, 2021 - JavaScript
-
Updated
May 18, 2020
-
Updated
Jun 16, 2020 - JavaScript
-
Updated
Dec 18, 2020 - PHP
-
Updated
Apr 10, 2018
-
Updated
Feb 2, 2021 - Swift
-
Updated
Jan 27, 2021 - Go
-
Updated
Nov 30, 2020 - Solidity
Right now we don't show users the option to reveal their seedphrase with biometrics even if that's an option they can use to login. This can cause the user to login in to their wallet if they forgot their password, but not get their seedphrase.
Consider using the same password verification component as on the login screen.
In ui.aragon.org, so far we only document the GU constant, there are a few other constants exposed that could be documented (e.g. RADIUS, and I believe there's also a constant for shadows).
Perhaps we could put this in a base > constants page?
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
Feb 19, 2021 - TypeScript
-
Updated
Dec 31, 2020 - JavaScript
-
Updated
Dec 11, 2020 - JavaScript
-
Updated
Jan 21, 2019 - JavaScript
-
Updated
Nov 26, 2020 - TypeScript
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."
I need to be able to specify a block as the
defaultBlockvalue when calling a contract.Screenshot of what im referring to:
https://enj.in/i/ed3z9j2a
I dont think this is possible right now, but if it is, please enlighten me.
Thanks