Git Product home page Git Product logo

easytron's Introduction

EasyTron

依赖 trident-java 的轻量扩展封装,区块解码将变得十分简单

测试用例(包含各种方法运用思路): core/src/test/java/org/tron/easywork

测试配置文件: core/src/test/resources/config.properties

Donate:TTTTTtczA5UZM65QJpncXUsH8KwgJTHyXw


由于测试代码包含许多需要鉴权、有速率限制的网络API,打包时请跳过测试

在其他地方使用这个库,必要依赖:

<dependencies>
    
    <dependency>
        <groupId>io.grpc</groupId>
        <artifactId>grpc-all</artifactId>
        <version>1.50.2</version>
    </dependency>

    <dependency>
        <groupId>org.bouncycastle</groupId>
        <artifactId>bcprov-jdk18on</artifactId>
        <version>1.72</version>
    </dependency>

    <dependency>
        <groupId>org.tron.trident</groupId>
        <artifactId>abi</artifactId>
        <version>0.3.0</version>
    </dependency>

    <dependency>
        <groupId>org.tron.trident</groupId>
        <artifactId>utils</artifactId>
        <version>0.3.0</version>
    </dependency>
    <dependency>
        <groupId>org.tron.trident</groupId>
        <artifactId>core</artifactId>
        <version>0.3.0</version>
    </dependency>

    <dependency>
        <groupId>org.tron.easywork</groupId>
        <artifactId>core</artifactId>
        <version>1.2.2</version>
    </dependency>
    <dependency>
        <groupId>org.tron.easywork</groupId>
        <artifactId>common</artifactId>
        <version>1.2.2</version>
    </dependency>
    
</dependencies>

easytron's People

Contributors

aiden-777 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.