Code Monkey home page Code Monkey logo

ballcat-virtual-currency's Introduction

功能

  1. 支持三种平台交易查询(支持多种abi转账方法处理, 可自定义新的abi方法处理)
  2. 支持 Etherscan 转账(ETH, 以及合约转账)
  3. 支持 Tronscan 转账(TRX, TRC10 以及 TRC20 转账)
  4. 支持 BTC 转账
  5. 支持 OMNI 中各个合约转账

通过maven使用

<!-- 需要全部 -->
<dependency>
    <groupId>live.lingting</groupId>
    <artifactId>virtual-currency-all</artifactId>
    <version>releases中最新版本号</version>
</dependency>

<!-- 仅需要 bitcoin -->
<dependency>
    <groupId>live.lingting</groupId>
    <artifactId>virtual-currency-bitcoin</artifactId>
    <version>releases中最新版本号</version>
</dependency>

<!-- 仅需要 etherscan -->
<dependency>
    <groupId>live.lingting</groupId>
    <artifactId>virtual-currency-etherscan</artifactId>
    <version>releases中最新版本号</version>
</dependency>

<!-- 仅需要 tronscan -->
<dependency>
    <groupId>live.lingting</groupId>
    <artifactId>virtual-currency-tronscan</artifactId>
    <version>releases中最新版本号</version>
</dependency>

结构

├─virtual-currency-bitcoin
│  ├─src
│  │  ├─main
│  │  │  ├─contract 合约枚举
│  │  |  ├─endpoints 节点
│  │  |  ├─enums 枚举
│  │  │  ├─model api返回结果包装
│  │  │  ├─properties 配置
│  │  │  └─util 工具类
│  │  └─test 测试用例
├─virtual-currency-core
│  ├─src
│  │  ├─main
│  │  │  ├─bip bip实现
│  │  |  ├─enums 枚举
│  │  │  ├─exception 异常
│  │  │  ├─model 常用数据包装
│  │  │  └─util 工具类
│  │  └─test 测试用例
├─virtual-currency-etherscan
│  ├─src
│  │  ├─main
│  │  │  ├─contract 合约枚举
│  │  |  ├─endpoints 节点
│  │  |  ├─enums 枚举
│  │  │  ├─model api返回结果包装
│  │  │  ├─properties 配置
│  │  │  └─util 工具类
│  │  └─test 测试用例
└─virtual-currency-tronscan
    ├─src
       ├─main
          ├─contract 合约枚举
          ├─endpoints 节点
          ├─enums 枚举
          ├─model api返回结果包装
          ├─properties 配置
          └─util 工具类

ballcat-virtual-currency's People

Contributors

lingting 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.