bcamacho / celo-android-java-sdk-test-example

Native Android development Java SDK example with Celo Mobile-first blockchain.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Celo Java SDK Native Android development example

This repository demonstraits utilizing the Celo Java SDK within a native Android project.

To use, follow the instructions below to build your own or clone/fork to explore usage.

Codebase includes:

  • Incorporating Celo Java SDK
  • Creating/restoring a wallet
    • Persisting wallet details
  • Querying the Celo blockchain for wallet details


Build the celo-sdk-library


image

Include library into project

Move jar into your project libs folder

image image

Verify & Edit build.gradle dependancies

image

Example: contractKit

image

Example: web3j object wrapped with contractKit

image

About

Native Android development Java SDK example with Celo Mobile-first blockchain.

License:Apache License 2.0


Languages

Language:Java 100.0%