Skip to content

bohancircle/w3s-android-sample-app-wallets

 
 

Repository files navigation

Circle Programmable Wallet SDK for Android - Sample

Sample app for integrating Circle Programmable Wallet SDK.


Requirement

  1. Java 17 is required for the sample app.

Run the Sample App

You can install the latest APK or follow the instructions below to run on a device / emulator directly.

  1. Open the project by Android Studio: File ➜ Open ➜ choose the project root folder.

drawing

  1. Edit values/config.xmlpw_app_id to fill in your APP ID
  2. Add/Edit local.properties in the project's root with the following maven repository settings:
pwsdk.maven.url=https://maven.pkg.github.com/circlefin/w3s-android-sdk
pwsdk.maven.username=<GITHUB_USERNAME>
# Fine-grained personal access tokens or classic with package read permission.
pwsdk.maven.password=<GITHUB_PAT>  

Note When pasting the values above for <GITHUB_USERNAME> and <GITHUB_PAT>, make sure to not surround the values with quotes.

  1. If there's no error after Gradle sync, select a device and click Debug 'app'.

drawing

  1. Fill in the App ID and execute it along with User Token, Encryption Key and Challenge ID.

drawing

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Kotlin 100.0%