-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Replacing UAL with Wharf #646
base: master
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for obe-testnet ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for open-block-explorer ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Also just to note I haven't implemented any "real" wallet plugins, so this is only really working well with the Jungle 4 configuration. As soon as the Anchor wallet plugin is ready (we're still fixing bugs), I'll get that added in and it should work with all networks. |
The |
I've added the Anchor and cleos wallet plugins now, I think it's mostly functional. Still cleanup to do on our end as well as in the OBE to remove all the other cleos presentation stuff. |
Description
There's still a lot to be done and this is a draft PR not meant to be merged in (at least not yet). It's my exploration integrating the Wharf Session Kit into OBE and replacing all of the UAL code/hacks OBE currently depends on.
I have a lot of comments about how OBE could be simplified and how the user interaction flow could be modified - but need to find the time to write all that up. I'm putting this up as a draft pull request just for visibility and discussion 👍