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

Create POC of DidExchange protocol for Android #3

Open
fedyiv opened this issue Feb 25, 2021 · 0 comments
Open

Create POC of DidExchange protocol for Android #3

fedyiv opened this issue Feb 25, 2021 · 0 comments

Comments

@fedyiv
Copy link
Contributor

fedyiv commented Feb 25, 2021

Summary:
The goal is to prove that library can be run on Android and perform connection initiation with remote agent

TO DO:

  1. Take **develop branch of current repository.
  2. Run .NET Aries agent with websockets locally
  3. Ensure you can run current SsiAgentApiImplTest on JVM and establish connection with remote agent
  4. Review https://kotlinlang.org/docs/multiplatform.html to get a concept of kotlin multiplatform
  5. Implement all missing parts in androidMain part of the repo. Mostly you can use copy-paste form jvmMain
  6. Understand how libindy is packed into current DXC SSI library (in master branch) and pack it similarly in new branch
  7. Ensure test SsiAgentApiImplTest passes on Android Emulator
  8. Add into readme informationon how to build it for android, how to run tests and how to use this library on client side

Definition of Done:

  1. SsiAgentApiImplTest is passing on Android Emulator
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

No branches or pull requests

1 participant