JAVA接入web3j demo源码

时间:2021-08-05 11:02:25
【文件属性】:

文件名称:JAVA接入web3j demo源码

文件大小:13KB

文件格式:ZIP

更新时间:2021-08-05 11:02:25

区块链源码

web3j需要在java 8的环境才能运行 使用前先通过如下命令启动节点 geth --identity "xiaohong" --rpc --rpccorsdomain "*" --rpcaddr "192.168.1.105" --datadir "./" --port "30303" --nodiscover --rpcapi "personal,db,eth,net,web3,miner" --networkid 1999 console 2>>geth.log


【文件预览】:
testjava
----com.yygj.java()
--------AccountInfo.java(763B)
--------Account.java(2KB)
--------Web3JClient.java(1KB)
--------TestWeb3j.java(1KB)
----pom.xml(997B)
----testjava.iml(80B)
----target()
--------classes()
--------generated-sources()
----.idea()
--------misc.xml(513B)
--------workspace.xml(26KB)
--------vcs.xml(167B)
--------compiler.xml(529B)

网友评论