blockfrost / blockfrost-js

Node.js SDK for the Blockfrost.io API.
https://blockfrost.io
Apache License 2.0
105 stars 24 forks source link

investigate browser compatibility #257

Closed slowbackspace closed 1 year ago

slowbackspace commented 1 year ago

most likely broken due to nodejs-only function deriveAddress exported from root index

slowbackspace commented 1 year ago

not sure about this, in basic react/nextjs project the SDK won't work for multiple reasons, starting with got.js being node.js only library, so exporting deriveAddress should not matter. We don't support browser envs and it is not something that is easily achievable.