Skip to content

mah454/tron4j

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java SDK Crypto Currency Tron Network

This sdk copied from https://github.com/tronprotocol/trident .

Changes :

  • Refactor to maven
  • Compatible with Java 21
  • Removed wrong dependencies
  • CleanUp and improvements

Note : Ignored protobuf classes on .gitignore file . Do not need to change .gitignore file.
Only compile and installed library on $HOME/.m2 .

mvn clean compile package install

Now use libraries on your project :

<dependencies>
    <dependency>
        <groupId>ir.moke.tron4j</groupId>
        <artifactId>abi</artifactId>
        <version>0.1</version>
    </dependency>
    <dependency>
        <groupId>ir.moke.tron4j</groupId>
        <artifactId>utils</artifactId>
        <version>0.1</version>
    </dependency>
    <dependency>
        <groupId>ir.moke.tron4j</groupId>
        <artifactId>core</artifactId>
        <version>0.1</version>
    </dependency>
</dependencies>

About

Java SDK for working with TRON network

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages