Skip to content

The official Commercio.network SDK made in Kotlin/JVM

License

Notifications You must be signed in to change notification settings

liberorignanese/commercio-sdk.kt

 
 

Repository files navigation

JitPack Travis

This repository contains the code of the official Commercio.network Kotlin-JVM SDK, entirely based on Sacco.kt.

The main features are:

  • Entirely made in Kotlin-JVM
  • Completely stateless

Thanks to these characteristics, you can use this SDK inside any Android application or even into your JVM-based backend servers.

Helper methods

Inside the SDK you will find the following helper methods that will help you with almost any operation that you might want to perform on the Commercio.network blockchain.

Please note that you can find usage examples of the following methods inside the Examples.kt file. We highly suggest you checking it out to have a complete reference of the SDK.

Crypto

  • Create HD wallet
  • Generate AES key
  • Generate RSA key

CommercioDOCS

  • Share document
  • Send receipt
  • List documents
  • List receipts

CommercioID

  • Create Did Document
  • Request deposit
  • Request power up
  • Create connection invitation
  • Verify connection invitation

CommercioMINT

  • Open CDP
  • Close CDP

CommercioMEMBERSHIP

  • Invite user
  • Buy membership

About

The official Commercio.network SDK made in Kotlin/JVM

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Kotlin 100.0%