neodix42 / ton4j

Java libraries for interacting with TON blockchain.
GNU General Public License v3.0
28 stars 10 forks source link
blockchain fift func java mylocalton telegram ton tonlib tonlibjson

Java SDK for The Open Network (TON)

License: GPL v3 Based on TON GitHub last commit

Java libraries for interacting with TON blockchain. Do not forget to place tonlibjson library to your project. Latest Tonlib libraries can be found here.

Maven Maven Central


<dependency>
    <groupId>io.github.neodix42</groupId>
    <artifactId>smartcontract</artifactId>
    <version>0.4.7</version>
</dependency>

Jitpack JitPack


<repositories>
    <repository>
        <id>jitpack.io</id>
        <url>https://jitpack.io</url>
    </repository>
</repositories>

<dependency>
    <groupId>io.github.neodix42</groupId>
    <artifactId>ton4j</artifactId>
    <version>0.4.7</version>
</dependency>

You can use each submodule individually. Click the module below to get more details.

Features

Todo

Support ton4j development

If you want to speed up ton4j development and thus change its priority in my backlog, you are welcome to donate some toncoins:

UQBguBMWc_wUA8pJjC-A9JbTJFzb7lbFbbkiFYajA33-U9YU

Star History

Star History Chart