developers-sdk-kt

SDK for line-blockchain in Kotlin

License

License

MIT License
GroupId

GroupId

com.github.ryukato
ArtifactId

ArtifactId

developers-sdk-kt
Last Version

Last Version

0.0.1
Release Date

Release Date

Type

Type

pom.sha512
Description

Description

developers-sdk-kt
SDK for line-blockchain in Kotlin
Project URL

Project URL

https://github.com/ryukato/developers-sdk/blob/master/developers-sdk-kt/README.md
Source Code Management

Source Code Management

https://github.com/ryukato/developers-sdk/tree/master/developers-sdk-kt

Download developers-sdk-kt

Dependencies

runtime (13)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-reflect jar 1.3.72
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.3.72
com.fasterxml.jackson.module : jackson-module-kotlin jar 2.11.2
io.ktor : ktor-client-core jar 1.3.0
io.ktor : ktor-client-cio jar 1.3.0
io.ktor : ktor-client-jackson jar 1.3.0
io.ktor : ktor-client-logging-jvm jar 1.3.0
org.apache.commons : commons-lang3 jar 3.10
commons-codec : commons-codec jar 1.14
org.bouncycastle : bcprov-jdk15on jar 1.64
io.github.microutils : kotlin-logging jar 1.7.10
ch.qos.logback : logback-core jar 1.2.3
ch.qos.logback : logback-classic jar 1.2.3

Project Modules

There are no modules declared in this project.

LINE Blockchain developers SDK

This library helps developers to develop an application using widely-used languages interacting LINE Blockchain through LINE Blockchain Developers, which provides APIs for dApps(services), service wallets, and transactions sending to LINE Blockchain.

With this library, you can send API requests to LINE Blockchain Developers more easily, and forget about generating signatures for your requests. It'll make all stuffs of LINE Blockchain service development simple, letting you only care about what endpoints you have to call, with what parameters you have to pass, and what you'll receive. For the detailed specs of LINE Blockchain Developers API, see API Reference.

Note

You have to register to LINE Blockchain Developers, and get API key and secret before using this library. Have no idea? Don't worry and see Sample tutorials and API guide. It'll guide you quickly, easily, and optimally.

This project has sub-projects to support several major languages:SDK for Kotlin and SDK for JavaScript.

SDK for Kotlin

This is a library project to support development with Kotlin language. For more details, see developers-sdk-kt/README.

SDK for JavaScript

This is a library project to support development with Typescript and JavaScript languages. For more details, see developers-sdk-js/README.

How to contribute

Any suggestions or questions? Don't hesitate to create an issue for new feature requests or bug reports. You can also ask a question through Issues.

Versions

Version
0.0.1