browser-builds
browser-builds copied to clipboard
Uncaught ReferenceError: ethereumjs is not defined
Hi, I'm getting this error when I used ethereumjs-tx-1.3.3.min.js in my web page.
<script type="https://raw.githubusercontent.com/ethereumjs/browser-builds/master/dist/ethereumjs-tx/ethereumjs-tx-1.3.3.min.js"></script>
var Tx = new ethereumjs.Tx();
Sorry, this library is not very well maintained atm. Just had a short look, I think there might be something broken, don't have time to look at it though.
It would be very appreciated if you (or someone else) have a closer look at the build script what could be wrong. Otherwise you would have to do a custom build yourself from the original library.