/web3j.demo.etherum

A small application explorering the ethereum with web3j and spring boot

Primary LanguageJava

this is just a demo project playing with web3j and ethereum

  • 添加实现工具把指定目录下的solidity 文件编译成 bin, abi, java文件
  • 支持 springFox API 文档生成
  • 用 gradle 构建
  • 采用 spring boot

自动编译 智能合约 生成 abi 文件和 bin 文件 ,然后生成 java 类

在shell 中运行 下面的命令即可 gradle runGenerateSol2Java

TODO

  • 合约又相互依赖的时候可能编译不过去