Skip to content
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

develop rebase - wallet std., dapp, test app #209

Open
wants to merge 15 commits into
base: develop
Choose a base branch
from

Conversation

ronald-hood-jr
Copy link

This preliminary pull request contains the wallet standard interface for cryptid, the dapp that serves as the web user interface for DIDs, and a test app that can allow users to utilize the dapp through a preexisting wallet such as phantom by generating an iframe that is passed the relevant instructions and events.

Current questions/issues acting as blockers:

  1. With my initial attempts at communicating with the locally hosted cryptid dapp through Iframe, I ran into the same issues when communicating between the proxy wallet and the base wallet as those that manifested with the extension implementation. How can these limitations of phantom registering only within the original browser be circumvented?

  2. The actual registration of the proxy wallet with the example test app is also slightly troubling when it comes to the appropriate time to register since it must be after phantom has been recognized, but before the dapp loads.

  3. The event handling between the proxy and base wallet that alerts whether a wallet has been connected, changedAccounts, transaction confirmations etc.

To add more context about the specific questions/issues, 1 and 2 pertains to where method invocations or instantiations go, and 3 is along the lines of how is this task best accomplished.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants