oceanprotocol-archive / mantaray

Data science use cases
Apache License 2.0
1 stars 1 forks source link

Metamask + Jupyter Lab research and implementation #58

Open MarcusJones opened 5 years ago

MarcusJones commented 5 years ago

Moved to https://github.com/oceanprotocol/mantaray/issues/58

jernejpregelj commented 5 years ago

My research shows that best way to do this is with custom Jupyter extension widget that handles signing on frontend and send everything for processing on backend. This is possible as long as we have separated functions for signing and execution of consume flow in squid (as it is currently in squid-js).

MarcusJones commented 5 years ago

Ideal workflow

Baseline workflow: Use the frontend directly?

jernejpregelj commented 5 years ago

https://github.com/oceanprotocol/commons/issues/139 This can be simplified with BurnerWallets