-
Notifications
You must be signed in to change notification settings - Fork 503
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
Meteor 1.3 Integration #87
Comments
I spent some time on this and hit the same problem. I also tried putting the .js libraries, async.min.js, hooked-web3-provider.min.js, lightwallet.min.js and web3.min.js into a lib so they loaded conventionally but that caused meteor to hang. I tried it with 1.2 and the meteor hung there in the same way (obviously 1.2 does not support imports). I am going to refer the hanging to the Meteor team. I am now just exploring it in a conventional js webapp without Meteor. |
tried the conventional import as well, but same result - meteor hangs.. |
Hi @retrotrinkler and @pjworrall, I have not worked with meteor but I know others had problems using lightwallet in meteor as well. Let me know if you are able to get it working and I'll be happy to merge a PR. |
Hey @christianlundkvist. Thanks for your response. If I find the solution, I will let you know |
thanks @christianlundkvist . I have put Meteor to one side and am just working with a simple Javascript environment until I understand how things should work. Like @retrotrinkler I'll need to go back to Meteor afterwards and will share if I find a solution for it. |
Seems like this issue isn't specific to If you really want to get it working with Meteor, a temporary fix that worked for me was to clone and rewire the dependancy tree, then hardcode:
|
that works! very impressive. thanks very much chris |
@hitchcott hi. How did you isolate the problem Meteor had when it hung. Is there a logging mode for Meteor's startup? Was it the Meteor console or some node trickery you used? |
@pjworrall No special tricks; I just saw that
Then I just tried poking around with that package locally until it worked. |
Btw, if you want to use it right now you can update your
|
ah! . My Meteor had just hung and never reported anything. I had to kill the processes. I hadn't read @retrotinkler log properly. I am all go now. So thanks. |
Meteor support: update `ethereumjs-util` to `4.3.1`; fixes #87
hi i'm trying to use https://github.com/ConsenSys/eth-lightwallet w Meteor 1.3. Meteor install commands:
but when using eth-lightwallet from w/in meteor. Just copy the following line into main.js (for example):
import lightwallet from 'eth-lightwallet';
and starting the meteor app with:
i get:
does somebody have a idea on how to solve this?
The text was updated successfully, but these errors were encountered: