Sample app for integrating Circle Programmable Wallet SDK.
- Bookmark
- Java 17 is required for the sample app.
You can install the latest APK or follow the instruction below to run on a device / emulator directly.
- Open the project by Android Studio: File ➜ Open ➜ choose the project root folder.
- Edit
values/config.xml
➜pw_app_id
to fill in yourAPP ID
- 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>
- Check following links for creating PAT.
- If there's no error after Gradle sync, select a device and click
Debug 'app'
.
- Fill the
App ID
, and execute it along withUser Token
,Encryption Key
andChallenge ID
.