crypto
Here are 765 public repositories matching this topic...
-
Updated
Aug 1, 2021 - JavaScript
-
Updated
Jul 28, 2021 - JavaScript
-
Updated
Jul 21, 2021 - JavaScript
-
Updated
Jun 21, 2021 - JavaScript
-
Updated
Mar 28, 2021 - JavaScript
Include a script that can generate weekly status reports to dev's leadership. The report should have enough buzzwords to make leadership feel as if progress is being made without providing any specific detail that defines said progress.
-
Updated
Jul 29, 2021 - JavaScript
-
Updated
Jun 15, 2021 - JavaScript
-
Updated
Jul 28, 2021 - JavaScript
Steps to reproduce
- Call the hash function with the following parameters
const argon2 = require('argon2');
const options= {
parallelism: 1,
timeCost: 1,
memoryCost: 128
};
const hash = await argon2.hash("password", options);
Expected behaviour
Argon computation is done succesfully.
It worked on version 0.27.2 and lower.
Actual behaviour
-
Updated
Jan 9, 2020 - JavaScript
-
Updated
Jul 13, 2021 - JavaScript
-
Updated
Oct 27, 2020 - JavaScript
-
Updated
May 28, 2021 - JavaScript
-
Updated
Jun 5, 2021 - JavaScript
-
Updated
Apr 27, 2021 - JavaScript
When I press the "vote now" button I don't get a transaction popup. I'm pretty sure that I have already voted, so it probably means that there is not a "you have voted" view implemented.
The code can probably be improved by using async and await, two new JS features which didn't exist when the code was initially implemented.
See https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/async_function
-
Updated
Feb 19, 2021 - JavaScript
-
Updated
Mar 7, 2018 - JavaScript
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
May 10, 2021 - JavaScript
-
Updated
May 8, 2021 - JavaScript
-
Updated
Mar 29, 2021 - JavaScript
Improve this page
Add a description, image, and links to the crypto topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the crypto topic, visit your repo's landing page and select "manage topics."

Some suggestions to make it easier to run the backend without the front end. Some of these suggestions might be *ix only: