3box-js
3box-js copied to clipboard
Make openBox throw an error if address or provider are undefined
Right now passing undefined objects to openBox might result in weird errors that are quite difficult to debug. We should just check if both of these params are defined and throw an error if not.