-
Notifications
You must be signed in to change notification settings - Fork 182
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
I don't see a clear getting started. Can you help? #69
Comments
Quick way to get something into the Browsix filesystem: build Browsix, add the file to the |
Thanks @ids1024! This helped a lot. Mind helping me with another question? It seems to be suppressing Javascript errors, as far as I can tell. For instance, when executing the command I added to the filesystem, a nodejs script, I get the following:
I'd love to know about the first If you know a workaround, or can point me closer to where this issue is coming from, I'd love it! |
Probably part of the issue you're having debugging it is due to the fact that Browsix processes run in Web Workers. I noticed debugging Web Workers seems to work better in Chromium than in Firefox. Although I've still had trouble trying to do things like add breakpoints. |
@tcoulter truffle is a very good full-featured example, but I wouldn't advise using it in browsix to mine crypto (if that what "developing etherium" means) because WASM (the technology used by browsix, that allows near-native performance code-exucution in the web browser) only has near native performance, and running something locally is ~30% faster than WASM. See: here |
Hey there.
This project looks amazing, and is exactly like what I'm looking for. In fact, I'm trying to create an in browser web terminal much like your example, but one that includes the
truffle
command line tool for blockchain development.From what I've read in the readme, I don't see a clear way to:
Effectively, I need to create your demo with one other command line executable included. Can you tell me what I need to do? You might need to dumb it down for new users like me, aka, "add this script file to the , then compile your node app with browsix, include that script file, etc.". I feel like I'm missing some really obvious documentation, honestly. Being able to use browsix would be so amazing for me.
Some things I'd be looking to do once implemented:
Any help you can provide would be amazing!
The text was updated successfully, but these errors were encountered: