web3j Android的demo
web3j Android的demo
https://docs.web3j.io/index.html
需要先搭建一个以太坊私链,方便测试
https://learnblockchain.cn/2017/11/29/geth_cmd_options/
geth —datadir /mnt/g/Ethereum-private —ipcdisable —port 30403 —rpcapi personal,db,eth,net,web3 —rpc —networkid 123 —rpcport 8555 —minerthreads 2 console
web3j solidity generate [—javaTypes|—solidityTypes] /path/to/