Skip to content
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

web3.js: Make a build that's compatible with rapid prototyping environments like JSBin #26371

Closed
steveluscher opened this issue Jul 2, 2022 · 0 comments · Fixed by #27390
Closed

Comments

@steveluscher
Copy link
Contributor

Problem

The browser build presently does not work with CDN services like unpkg. You should be able to create web3.js based rapid prototypes like this: https://jsfiddle.net/9p7mh4kv/

Proposed Solution

  • Adjust the build and swap out incompatible dependencies until it works
@steveluscher steveluscher changed the title web3.js: Make a build that's compatible with rapid prototyping environments like CodeSandbox web3.js: Make a build that's compatible with rapid prototyping environments like JSBin Jul 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants
@steveluscher and others