Skip to content

coti-io/coti-sdk-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

COTI Node Java SDK

Maven Package


Coti JAVA SDK is a library (0.0.1-SNAPSHOT) designed for integration with Coti as a wallet provider

You can use the following in your pom.xml to import jar (you should also refer to dependent jars in pom.xml)

<dependency>
  <groupId>io.coti.sdk</groupId>
  <artifactId>lib</artifactId>
  <version>0.0.1-SNAPSHOT</version>
</dependency>

Also, it is available to download: https://s01.oss.sonatype.org/service/local/repositories/snapshots/content/io/coti/sdk/lib/0.0.1-SNAPSHOT/lib-0.0.1-20221218.220331-6.jar

Next Ahead:

  • Code refactoring for objects used as DAO
  • SDK version that will include all dependencies
  • Supporting websockets
  • Supporting other capabilities introduced in Coti NodeJS SDK
  • Getting the GitHub badge to display correct build status