Open Et9797 opened 2 years ago
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
requests
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?
fetch
pyfetch
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-avWould it be possible to add the additional option to use
fetch
orpyfetch
, so that blockfrost Python bindings can be used on the front-end with pyscript?