Windows下安装web3.js

1.安装Git,教程:https://blog.csdn.net/qq_31708763/article/details/82753846

2.安装node.js,教程:https://blog.csdn.net/qq_31708763/article/details/82755242

3.安装Python,教程:https://blog.csdn.net/qq_31708763/article/details/82756400

4.安装web3.js,下载地址:https://github.com/web3j/web3j/releases

初始化npm ,npm init -f

Windows下安装web3.js_第1张图片

在目录下可以 看到,package.json文件

5.解压:

6.配置环境变量:C:\Program Files\web3j-3.2.0\bin

Windows下安装web3.js_第2张图片

7.安装成功

Windows下安装web3.js_第3张图片

Windows下使用web3j生成Java文件:https://blog.csdn.net/qq_31708763/article/details/82756908

你可能感兴趣的:(区块链,web3.js)