The Web3j command line tools enable developers to interact with blockchains more easily. The Web3j command line tools allow allow you to use some of the key functionality of web3j from your terminal, including:
- New project creation
- Project creation from existing Solidity code
- Wallet creation
- Wallet password management
- Ether transfer from one wallet to another
- Generation of Solidity smart contract wrappers
- Smart contract auditing
N.B. For version prior to 4.5.7 go to web3j/web3j releases
On Linux/macOS, in a terminal, run the following command:
curl -L get.web3j.io | sh
This script will not work if Web3j has been installed using Homebrew on macOS.
On Windows, in PowerShell, run the following command:
Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/web3j/web3j-installer/master/installer.ps1'))
https://docs.web3j.io/latest/command_line_tools/
Smart contract auditing functionality is provided by SmartCheck