blockfrost-python icon indicating copy to clipboard operation
blockfrost-python copied to clipboard

Feature request: Pyscript compatability

Open Et9797 opened this issue 3 years ago • 0 comments

I'm trying to use blockfrost on the front-end with pyscript. However, it throws SSL errors as pyscript/pyodide does not support the requests library, see Stackoverflow: https://stackoverflow.com/questions/72585785/caused-by-sslerrorcant-connect-to-https-url-because-the-ssl-module-is-not-av

Would it be possible to add the additional option to use fetch or pyfetch, so that blockfrost Python bindings can be used on the front-end with pyscript?

Et9797 avatar Jun 24 '22 04:06 Et9797