https://github.com/line/line-blockchain-developers-sdk-kt
Kotlin library for line blockchain developers
https://github.com/line/line-blockchain-developers-sdk-kt
Last synced: 9 months ago
JSON representation
Kotlin library for line blockchain developers
- Host: GitHub
- URL: https://github.com/line/line-blockchain-developers-sdk-kt
- Owner: line
- License: apache-2.0
- Archived: true
- Created: 2023-01-19T04:32:08.000Z (over 3 years ago)
- Default Branch: develop
- Last Pushed: 2023-07-07T13:26:01.000Z (about 3 years ago)
- Last Synced: 2025-07-04T23:35:10.133Z (about 1 year ago)
- Language: Kotlin
- Homepage:
- Size: 311 KB
- Stars: 12
- Watchers: 17
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# LINE Blockchain Developers SDK for Kotlin
[](https://github.com/line/line-blockchain-developers-sdk-kt)
## Introduction
LINE Blockchain Developers SDK for Kotlin makes it easy to develop a LINE Blockchain service(dApp) by providing useful domain models and adapters that convert [LINE Blockchain Developers API](https://docs-blockchain.line.biz/api-guide/) response to them.
### Documentation
See the official LINE Blockchain Developers API documentation for more information.
* English: https://docs-blockchain.line.biz/api-guide/
* Japanese: https://docs-blockchain.line.biz/ja/api-guide/
* Korean: https://docs-blockchain.line.biz/ko/api-guide/
### Requirements
* JDK 1.8 or higher
### Versioning
This project respects [semantic versioning](http://semver.org/?target=_blank).
See http://semver.org/
### Contributing
Please check [CONTRIBUTING](./CONTRIBUTING.md) before making a contribution.
### License
Please check [LICENSE](./LICENSE) before making a contribution.