Skip to content

Android Java Software Development Kit for Tezos blockchain

License

Notifications You must be signed in to change notification settings

TezosRio/TezosJ_SDK

Repository files navigation

TezosJ SDK library

The TezosJ SDK library enables Android Java developers to create apps that communicates with Tezos blockchain.

The library is written in Java and is based on Android framework. This repository contains the library source-code as well as a demo wallet application.

Getting started

This is the TezosJ_SDK_Android source-code. This code GENERATES the TezosJ library. To create Android dAPPs (wallets) that uses this library you just have to add the line below to the build.gradle file on your Android APP (please check latest version):

implementation 'com.milfont.tezos:tezosj_android:0.9.998'

Remember to remove from AndroidManifest.xml file the AllowBackup="true" line.

Disclaimer

This software is at Beta stage. It is currently experimental and still under development. Many features are not fully tested/implemented yet. This version uses Tezos Mainnet.

Resources

  • Issues — To report issues, submit pull requests and get involved (see MIT License)
  • Change log — To check the changes of the latest versions

Features

  • Create valid Tezos wallet address
  • Get account balance
  • Send funds
  • Originate KT addresses
  • Delegate to a baker
  • Undelegate
  • Interact with POKT-Network API
  • Call smart contracts directly from Android!

The main purpose of TezosJ SDK library is to foster development of applications in Java / Android that interacts with Tezos ecosystem. This might open Tezos to a whole world of software producers, ready to collaborate with the platform. TezosJ is to play the role of a layer that will translate default Java method calls to Tezos's network real operations (create_account, transfer_token, etc.). -->

Credits

License

The TezosJ SDK library is available under the MIT License. Check out the license file for more information.

About

Android Java Software Development Kit for Tezos blockchain

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages