Skip to content

Latest commit

 

History

History
49 lines (27 loc) · 1.57 KB

File metadata and controls

49 lines (27 loc) · 1.57 KB

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