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 instructions 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/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.
- Check the following links for creating PAT.
- If there's no error after Gradle sync, select a device and click
Debug 'app'
.
- Fill in the
App ID
and execute it along withUser Token
,Encryption Key
andChallenge ID
.