Skip to content

Nikogospodinov/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 instruction 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 local.properties with 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>  
  1. If there's no error after Gradle sync, select a device and click Debug 'app'.

drawing

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

drawing

Releases

No releases published

Packages

No packages published

Languages

  • Kotlin 100.0%