Skip to content
This repository was archived by the owner on Sep 13, 2024. It is now read-only.

KetanM94/auxledger-zortag-integration

 
 

Repository files navigation

auxledger-zortag-integration

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

  1. Clone repository on your local machine
    git clone https://github.com/auxesisgroup/auxledger-zortag-integration.git

  2. Open in Android Studio

  3. 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."

  4. Build and install on your android device using Run 'app' or Shift+F10 in Android Studio.

About

Zortag integration with Auxledger for distributed supply chain tracking

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Kotlin 100.0%