😄 更新版本,支持插件。
学前班:https://github.com/littleredhat1997/Ethereum
如果不想本地搭建,可以使用公开测试网络:
Plugins->web3j:generate-sources
resources/CrowdFunding.sol ----> org.web3j.model.CrowdFunding
test/java/com/example/demo/ContractDeploy.java
CrowdFunding contract = CrowdFunding.deploy(web3j, credentials, new DefaultGasProvider()).send();
System.out.println(contract.getContractAddress());
// rewrite: contractAddress ----> application.properties
main/java/com/example/demo/Application.java
注意:记得挖矿,等待确认!