Skip to content

josh-richardson/web3j-cli

This branch is 112 commits behind hyperledger-web3j/web3j-cli:main.

Folders and files

NameName
Last commit message
Last commit date
Dec 9, 2019
Nov 8, 2019
Nov 19, 2019
Mar 6, 2020
Jan 24, 2020
Nov 19, 2019
Sep 25, 2019
Sep 25, 2019
Mar 2, 2020
Mar 6, 2020
Mar 6, 2020
Sep 25, 2019
Sep 25, 2019

Repository files navigation

web3j-cli: Web3j Command Line Tools

Documentation Status Build Status codecov Join the chat at https://gitter.im/web3j/web3j

About

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

Installation

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'))

Docs

https://docs.web3j.io/command_line_tools/

Credits

Smart contract auditing functionality is provided by SmartCheck

About

Command line tools for web3j

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 96.4%
  • Shell 3.6%