bitpay / android-sdk-sample

sample application using the bitpay android sdk
6 stars 8 forks source link

=Music Store App

This project is a sample app to test the capabilities of the BitPay Android SDK.

Setup your token

Create a new token on My Account > API Tokens. We store the token as a string resource in this file.

<string name="token">KUW8nvHZpbqG8xbDvtXYVL</string>

Building the project

gradle build

Installing to a device

gradle install

Run it

gradle run