Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History
16 lines (16 loc) · 404 Bytes

File metadata and controls

16 lines (16 loc) · 404 Bytes
Copy raw file
Download raw file
Edit and raw actions

codegen

用来生成调用智能合约需要的java类,调用方式:

java -jar codegen_chainsql.jar <input binary file>.bin <input abi file>.abi -p|--package <base package name> -o|--output <destination base directory>

打包 jar包需要导出的相关jar包包括:

  • chainsql
  • abi
  • utils
  • core
  • javapoet
  • slf4j-api
  • rxjava
  • jackson-databind
  • jackson-annotation
  • jackson-core
Morty Proxy This is a proxified and sanitized view of the page, visit original site.