Zortag integration with Auxledger for distributed supply chain tracking
Prerequisites:
1. You need ZorTag 3D Label and access to Zortag API. To get these Contact ZorTag
2. Android Studio 3.0 or higher with Kotlin Runtime
Follow the instructions below to build and run
-
Clone repository on your local machine
git clone https://github.com/auxesisgroup/auxledger-zortag-integration.git
-
Open in Android Studio
-
Create local.properties file inside the auxledger-zortag-integration directory with following properties.
sdk.dir=/your/local/Android/Sdk/path
zortagHeader="Authorixation: ZorKey your-api-key"
zortagUrl="put zortag api url here"
auxledgerNodeUrl="put your ethereum blockchain node endpoint here"
privateKey="put private key of your wallet account here. It should be of 64 characters."
-
Build and install on your android device using Run 'app' or Shift+F10 in Android Studio.