Git Product home page Git Product logo

Comments (4)

barlock avatar barlock commented on May 27, 2024 1

So far I've determined that no, it's not currently possible.

The things in the way are:

  1. uport-connect uses web3 < 1.0. This will change when uport-connect releases v1.0.0.

  2. drizzle doesn't easily support constom providers, you can pretty easily hack that though.... window.web3 = { currentProvider: new Provider(...) };

  3. uport-connect's provider seems to be incompatible with drizzle. As best I can tell, drizzle expects either a websocket from ganache or metamask. You would need to get feature parity with probably metamask to make uport work. A uPort dev suggested that maybe using Metamask's provider engine and reimplementing their own provider would likely do the trick.

from drizzle-legacy.

eccentricexit avatar eccentricexit commented on May 27, 2024

@tayzlor did you manage to do it?

from drizzle-legacy.

OnlyOneJMJQ avatar OnlyOneJMJQ commented on May 27, 2024

@tayzlor @barlock addressed this quite well. We do plan to more easily support custom providers in the future (especially relevant for hardware wallets), but uPort's in particular will need to upgrade to support websockets.

from drizzle-legacy.

barlock avatar barlock commented on May 27, 2024

Is there an issue to track custom providers?

from drizzle-legacy.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.