-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Calculate Hash does not work for me. #3
Comments
Heya, This is done client-side so check your javascript console for errors. |
Will do and keep you posted. Thanks, Maran. |
Please bear with me since I am pretty new at this, here is what I go from the console: MetaMask - injected web3 What do I need to do to fix ir? Thanks. |
I figured it out, Maran. Thank you for pointing me to the right direction. |
I am now running into an issue with web3.js , here is the error message: var message = 'The MetaMask Web3 object does not support synchronous methods like ' + payload.method + ' without a callback parameter. See ' + link + ' for details.'; But when I tried to run it without MetaMask then the error is: Please point me to the right direction. Thanks |
Try updating web3.js
Op wo 18 jan. 2017 02:03 schreef 5ong <notifications@github.com>:
I am now running into an issue with web3.js , here is the error message:
var message = 'The MetaMask Web3 object does not support synchronous
methods like ' + payload.method + ' without a callback parameter. See ' +
link + ' for details.';
But when I tried to run it without MetaMask then the error is:
"ReferenceError: web3 is not defined"
Please point me to the right direction.
Thanks
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#3 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AABRdxsH4sMzTNU_b3_iG0JetPLfrhfLks5rTWTCgaJpZM4LjPFa>
.
--
Sent from a mobile device excuse the brevity.
|
Hello Maran,
Thanks a lot for this DAPP, it is a great learning experience for me. I ran into an issue when deploy it on my own server following your instruction: everything is up and running with my own contract address added to the abi.js. I was able to look for and pick a document (a text file) but when I click on "Calculate Hash" nothing happened. It would be greatly appreciate if you can point out what I missed. See attached. I will leave my server running so so can take a look at also.
http://45.79.109.227:3000/
-5ong
The text was updated successfully, but these errors were encountered: