-
Updated
Jul 29, 2018 - HTML
blockchain-technology
Here are 1,011 public repositories matching this topic...
-
Updated
May 14, 2020
-
Updated
May 28, 2020 - Go
So I have been staring at this the past hour or so and trying to figure out what bothers me so much about how we show value in fiat in Scatter.
So at the top it is showing that I have $329.63 in my accounts total.
In both my EOS accounts, I see mone
The result of simply doing npm install
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! react-redux-universal-hot-example@0.1.0 postinstall: concurrently "npm run build" "npm run build-dlls"
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the react-redux-universal-hot-example@0.1.0 postinstall script.
npm ERR! This is probably not a problem with npm. There is likely additional log
-
Updated
Jun 1, 2020 - C
-
Updated
May 9, 2020 - Python
-
Updated
Nov 21, 2019 - Rust
-
Updated
Aug 15, 2019 - Java
-
Updated
Oct 27, 2019 - Dockerfile
-
Updated
Mar 7, 2019 - Go
Currently the wallet displays a QR for the latest 'new' address, however there is no way to have it show a QR for a previously used address.
We should expose such functionality via the address book, as well as potentially via right click (or a button) in the transaction list screen.
-
Updated
Jun 5, 2020 - C++
-
Updated
Sep 20, 2018 - Java
-
Updated
May 31, 2020
-
Updated
Jun 4, 2020 - Go
-
Updated
May 23, 2020 - HTML
-
Updated
Nov 7, 2018 - Python
-
Updated
Jun 4, 2020 - C#
-
Updated
May 7, 2019 - Java
https://www.nuget.org/packages/YamlDotNet/ will be a good start.
-
Updated
Nov 3, 2018
-
Updated
Jun 5, 2020 - C
-
Updated
Jan 9, 2018 - JavaScript
-
Updated
Feb 26, 2019
-
Updated
Sep 7, 2018 - Shell
-
Updated
Jun 4, 2020 - Java
-
Updated
Mar 11, 2020 - Jupyter Notebook
Improve this page
Add a description, image, and links to the blockchain-technology topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the blockchain-technology topic, visit your repo's landing page and select "manage topics."

fix time display
https://github.com/seanjameshan/blockchain-cli/blob/master/lib/cli/util/table.js#L26
the function 'toUTCString' should be changed to 'toISOString' (the toUTCString function will lose milliseconds that lead to sha256(block) different)
It's best to get rid of 'timeStamp/1000' but use timeStamp directly
fix hash display
https://github.com/seanjameshan/blockchain-cli/blob